svn commit: r326625 - head/devel/p5-Function-Parameters

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 10:54:27 UTC 2013


Author: sunpoet
Date: Sat Sep  7 10:54:27 2013
New Revision: 326625
URL: http://svnweb.freebsd.org/changeset/ports/326625

Log:
  - Use 5.14+ instead of 5.14.0+
  
  Suggested by:	az (via IRC)

Modified:
  head/devel/p5-Function-Parameters/Makefile

Modified: head/devel/p5-Function-Parameters/Makefile
==============================================================================
--- head/devel/p5-Function-Parameters/Makefile	Sat Sep  7 10:53:30 2013	(r326624)
+++ head/devel/p5-Function-Parameters/Makefile	Sat Sep  7 10:54:27 2013	(r326625)
@@ -21,7 +21,7 @@ TEST_DEPENDS=	p5-Dir-Self>=0:${PORTSDIR}
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
-USE_PERL5=	5.14.0+ configure
+USE_PERL5=	5.14+ configure
 USES=		perl5
 
 MAN3=		Function::Parameters.3 \


More information about the svn-ports-head mailing list