summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
commit9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch)
tree41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parentRemove support for antique perl. (diff)
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
Notes
Notes: svn path=/head/; revision=199069
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 90a74ab5aa90..037d62a9b881 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -28,15 +28,6 @@ CFG_FILE= portindex.cfg
MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1
-.include <bsd.port.pre.mk>
-
-##
-## Needs a recent version of perl, preferably 5.8.8, but 5.6.1 should work
-##
-.if ${PERL_LEVEL} < 500601
-IGNORE= requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again
-.endif
-
post-install: install-conf install-cache
install-conf:
@@ -58,4 +49,4 @@ install-cache:
${CHMOD} ${CACHE_MODE} ${CACHE_DIR} ; \
fi
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>