aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-05-26 02:00:45 +0800
committeraz <az@FreeBSD.org>2013-05-26 02:00:45 +0800
commit44271297172be2c5fdcd1f9b5e5ab9bb62b8ad52 (patch)
tree2333faabf1149900a21a777373dec3c764fb7ba8 /www
parentec882410536787f4a44a42f8570fdd47a791a57e (diff)
downloadfreebsd-ports-gnome-44271297172be2c5fdcd1f9b5e5ab9bb62b8ad52.tar.gz
freebsd-ports-gnome-44271297172be2c5fdcd1f9b5e5ab9bb62b8ad52.tar.zst
freebsd-ports-gnome-44271297172be2c5fdcd1f9b5e5ab9bb62b8ad52.zip
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178925 Submitted by: az Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-CIF-Client/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-CIF-Client/Makefile b/www/p5-CIF-Client/Makefile
index 4270e402e6af..103251175f1d 100644
--- a/www/p5-CIF-Client/Makefile
+++ b/www/p5-CIF-Client/Makefile
@@ -38,11 +38,4 @@ PERL_CONFIGURE= yes
MAN3= CIF::Client.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>