svn commit: r325157 - head/devel/p5-Lexical-Import

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 21 16:40:03 UTC 2013


Author: sunpoet
Date: Wed Aug 21 16:40:03 2013
New Revision: 325157
URL: http://svnweb.freebsd.org/changeset/ports/325157

Log:
  - Fix USE_PERL5: remove unnecessary 5.12.0+

Modified:
  head/devel/p5-Lexical-Import/Makefile

Modified: head/devel/p5-Lexical-Import/Makefile
==============================================================================
--- head/devel/p5-Lexical-Import/Makefile	Wed Aug 21 16:14:48 2013	(r325156)
+++ head/devel/p5-Lexical-Import/Makefile	Wed Aug 21 16:40:03 2013	(r325157)
@@ -21,7 +21,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-USE_PERL5=	5.12.0+ configure
+USE_PERL5=	configure
 USES=		perl5
 
 MAN3=		Lexical::Import.3


More information about the svn-ports-all mailing list