summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-02-21 09:41:35 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-02-21 09:41:35 +0000
commit0b84c7f1f9e06478dd3006d4c7d79b19d440eaab (patch)
treed2a1533178d368fce5bb581d42f884a39413e6da /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parentCorrect MASTER_SITES and WWW. (diff)
Update to 1.4.
PR: 77836 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=129452
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 9f1ee600803f..5cfced360809 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= FreeBSD-Portindex
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= sysutils perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -31,7 +31,7 @@ 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.5, but 5.6.1 should work
+## Needs a recent version of perl, preferably 5.8.6, but 5.6.1 should work
##
.if ${PERL_LEVEL} < 500601
IGNORE= Port requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again