svn commit: r319021 - head/www/p5-Feersum

Grzegorz Blach gblach at FreeBSD.org
Sat May 25 00:53:36 UTC 2013


Author: gblach
Date: Sat May 25 00:53:36 2013
New Revision: 319021
URL: http://svnweb.freebsd.org/changeset/ports/319021

Log:
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  - Make portlint happier
  
  PR:		ports/178936
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/www/p5-Feersum/Makefile

Modified: head/www/p5-Feersum/Makefile
==============================================================================
--- head/www/p5-Feersum/Makefile	Sat May 25 00:31:10 2013	(r319020)
+++ head/www/p5-Feersum/Makefile	Sat May 25 00:53:36 2013	(r319021)
@@ -18,7 +18,6 @@ BUILD_DEPENDS=	p5-EV>=4.0:${PORTSDIR}/de
 		p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
 RUN_DEPENDS=	p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
 		p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
-
 TEST_DEPENDS=	p5-AnyEvent>=5.26.1:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-Guard>=1.012:${PORTSDIR}/devel/p5-Guard \
 		p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \
@@ -35,15 +34,4 @@ MAN3=		Feersum.3 \
 		Feersum::Runner.3 \
 		Plack::Handler::Feersum.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.if ${PERL_LEVEL} < 501200
-TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list