svn commit: r361902 - head/security/p5-Crypt-SSLeay

Erwin Lansing erwin at FreeBSD.org
Tue Jul 15 10:20:08 UTC 2014


Author: erwin
Date: Tue Jul 15 10:20:07 2014
New Revision: 361902
URL: http://svnweb.freebsd.org/changeset/ports/361902
QAT: https://qat.redports.org/buildarchive/r361902/

Log:
  Make p5-Try-Tiny a build instead of test dependency as it is already
  needed at the configure stage.

Modified:
  head/security/p5-Crypt-SSLeay/Makefile

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Tue Jul 15 09:59:45 2014	(r361901)
+++ head/security/p5-Crypt-SSLeay/Makefile	Tue Jul 15 10:20:07 2014	(r361902)
@@ -13,9 +13,9 @@ COMMENT=	Perl5 interface to allow p5-lib
 LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
-		p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class
+		p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \
+		p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
 
 CONFIGURE_ENV=	CRYPT_SSLEAY_LIVE_TEST_WANTED=0
 MAKE_ARGS=	PASTHRU_INC=-I${OPENSSLINC}


More information about the svn-ports-all mailing list