freebsd-ports/math/p5-Set-Partition/Makefile
2006-12-25 19:46:57 +00:00

28 lines
603 B
Makefile

# New ports collection makefile for: p5-Set-Partition
# Date created: 05 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Set-Partition
PORTVERSION= 0.03
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 <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>