summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-02-01 20:31:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-02-01 20:31:55 +0000
commit3c95985dcc91c9ac3d0810a6ef08faafe1c97b05 (patch)
tree848b142071e99fd0cc4270ee8eff5fcf8e504a00
parentastro/mymoon: fix typo (thanks freshports sanity check!) (diff)
- Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=407772
-rw-r--r--devel/p5-Path-Tiny/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Path-Tiny/Makefile b/devel/p5-Path-Tiny/Makefile
index 1406becfe1b1..8cf7217a03df 100644
--- a/devel/p5-Path-Tiny/Makefile
+++ b/devel/p5-Path-Tiny/Makefile
@@ -20,11 +20,4 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>