aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-05-25 01:19:19 +0800
committeraz <az@FreeBSD.org>2013-05-25 01:19:19 +0800
commit999203ab56f59a5dde9403c22657476590a73713 (patch)
tree1f9b46d4692208fdd78238a94524a73231364058
parent6f87369fd1ab7ff5a20e7df68e8857d28975ed64 (diff)
downloadfreebsd-ports-gnome-999203ab56f59a5dde9403c22657476590a73713.tar.gz
freebsd-ports-gnome-999203ab56f59a5dde9403c22657476590a73713.tar.zst
freebsd-ports-gnome-999203ab56f59a5dde9403c22657476590a73713.zip
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178933 Submitted by: az Approved by: maintainer
-rw-r--r--www/p5-Pod-Site/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/www/p5-Pod-Site/Makefile b/www/p5-Pod-Site/Makefile
index 3631985d919e..f3eb70622a85 100644
--- a/www/p5-Pod-Site/Makefile
+++ b/www/p5-Pod-Site/Makefile
@@ -36,17 +36,4 @@ TEST_DEPENDS+= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
-RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
-RUN_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>