aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Set-Partition/Makefile
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-12-25 19:46:57 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-12-25 19:46:57 +0000
commitcaf6c22ef40336f2caffdecd661b17c1a15aa93f (patch)
tree9f37f9d826bbf7a71c58847ff29ca9af9a4b8e1a /math/p5-Set-Partition/Makefile
parentec625365e5a6def1bc7046340102046ee115ecb3 (diff)
downloadports-caf6c22ef40336f2caffdecd661b17c1a15aa93f.tar.gz
ports-caf6c22ef40336f2caffdecd661b17c1a15aa93f.zip
Update to v0.03
Notes
Notes: svn path=/head/; revision=180736
Diffstat (limited to 'math/p5-Set-Partition/Makefile')
-rw-r--r--math/p5-Set-Partition/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/math/p5-Set-Partition/Makefile b/math/p5-Set-Partition/Makefile
index 6fd076e63bcc..e5bcbb662fc0 100644
--- a/math/p5-Set-Partition/Makefile
+++ b/math/p5-Set-Partition/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Set-Partition
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
@@ -22,13 +22,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-#IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
-#post-patch:
-# @${PERL} -pi -e 's/^our (\$$VERSION)/use vars qw($$1); $$1/g;' \
-# -e '$$_ = "" if /use warnings/;' \
-# ${WRKSRC}/lib/GraphViz/Traverse.pm \
-# ${WRKSRC}/t/*.t \
-# ${WRKSRC}/Makefile.PL
+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>