aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-05-25 16:15:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-05-25 16:15:20 +0800
commit826d426610a79f385e4b1df2177f76e17dceec6d (patch)
tree10683e1f67efd9e37bce0b74b9717dc2b5f52632 /www
parentc2736075ab0a47bd9a0d2000b34a2f86885bba37 (diff)
downloadfreebsd-ports-gnome-826d426610a79f385e4b1df2177f76e17dceec6d.tar.gz
freebsd-ports-gnome-826d426610a79f385e4b1df2177f76e17dceec6d.tar.zst
freebsd-ports-gnome-826d426610a79f385e4b1df2177f76e17dceec6d.zip
- Remove outdated PERL_LEVEL check
PR: ports/178929 Submitted by: az
Diffstat (limited to 'www')
-rw-r--r--www/p5-Router-Simple/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/p5-Router-Simple/Makefile b/www/p5-Router-Simple/Makefile
index a565bb77629a..d6a17bdf54ab 100644
--- a/www/p5-Router-Simple/Makefile
+++ b/www/p5-Router-Simple/Makefile
@@ -27,11 +27,6 @@ MAN3= Router::Simple.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif