aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 07:52:08 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-02 07:52:08 +0800
commit8d5792fdfe635da2b1e6e4a2f97a50a862774863 (patch)
tree727b04fb2479c4e4728837208c60a5df39d4a776 /devel
parent2adc0f42978190e7c24f24f0379654505250983d (diff)
downloadfreebsd-ports-8d5792fdfe635da2b1e6e4a2f97a50a862774863.tar.gz
freebsd-ports-8d5792fdfe635da2b1e6e4a2f97a50a862774863.tar.zst
freebsd-ports-8d5792fdfe635da2b1e6e4a2f97a50a862774863.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=442354
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Deep/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile
index c822566fd4cf..d0f901f667c9 100644
--- a/devel/p5-Test-Deep/Makefile
+++ b/devel/p5-Test-Deep/Makefile
@@ -21,11 +21,4 @@ USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>