Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 00:53:36 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319021 - head/www/p5-Feersum
Message-ID:  <201305250053.r4P0raWX068519@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305250053.r4P0raWX068519>