aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-05-25 08:53:36 +0800
committergblach <gblach@FreeBSD.org>2013-05-25 08:53:36 +0800
commitb97899d9ac2c531ec82ac8a509adf8041d537327 (patch)
tree182ca85b847d7eedf0d8e3ec45ac5c41909aedaa /www
parent5f341b0f65fc50d1554937e3899333e06adea203 (diff)
downloadfreebsd-ports-gnome-b97899d9ac2c531ec82ac8a509adf8041d537327.tar.gz
freebsd-ports-gnome-b97899d9ac2c531ec82ac8a509adf8041d537327.tar.zst
freebsd-ports-gnome-b97899d9ac2c531ec82ac8a509adf8041d537327.zip
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Make portlint happier PR: ports/178936 Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Feersum/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/www/p5-Feersum/Makefile b/www/p5-Feersum/Makefile
index bbc14e0b78c4..a2eca8dd0075 100644
--- a/www/p5-Feersum/Makefile
+++ b/www/p5-Feersum/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
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>