aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-General/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-01-12 11:21:38 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-01-12 11:21:38 +0000
commit3ccf4be90853b0420575e237941306b02be3f11b (patch)
tree6927cbe046773f89db4d5e0eb1caf228f7061b02 /devel/p5-Config-General/Makefile
parentb9cbc88ac3ff6d47ae86c94d635fe97a16fcb49e (diff)
downloadports-3ccf4be90853b0420575e237941306b02be3f11b.tar.gz
ports-3ccf4be90853b0420575e237941306b02be3f11b.zip
Update to 2.31; require Perl from ports.
Notes
Notes: svn path=/head/; revision=153344
Diffstat (limited to 'devel/p5-Config-General/Makefile')
-rw-r--r--devel/p5-Config-General/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile
index 1057a3a4a404..2cd5fd76ffd9 100644
--- a/devel/p5-Config-General/Makefile
+++ b/devel/p5-Config-General/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Config-General
-PORTVERSION= 2.30
+PORTVERSION= 2.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
@@ -25,9 +25,8 @@ MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500600
-post-patch:
- @${REINPLACE_CMD} -e 's|::Heavy||' ${WRKSRC}/General.pm
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>