# New ports collection makefile for: p5-Set-Partition # Date created: 05 Jun 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Set-Partition PORTVERSION= 0.02 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org COMMENT= Enumerate all arrangements of a set in fixed subsets MAN3= Set::Partition.3 PERL_CONFIGURE= yes .include .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 .endif .include