svn commit: r413851 - head/devel/p5-App-Cmd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:58:25 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:58:24 2016
New Revision: 413851
URL: https://svnweb.freebsd.org/changeset/ports/413851

Log:
  - Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/devel/p5-App-Cmd/Makefile

Modified: head/devel/p5-App-Cmd/Makefile
==============================================================================
--- head/devel/p5-App-Cmd/Makefile	Sat Apr 23 06:58:19 2016	(r413850)
+++ head/devel/p5-App-Cmd/Makefile	Sat Apr 23 06:58:24 2016	(r413851)
@@ -32,11 +32,4 @@ USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-Getopt-Long>=2.39:devel/p5-Getopt-Long
-RUN_DEPENDS+=	p5-Getopt-Long>=2.39:devel/p5-Getopt-Long
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list