freebsd-ports/math/p5-Set-Partition/Makefile

29 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Set-Partition
# Date created: 05 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Set-Partition
2006-12-25 20:46:57 +01:00
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
2006-12-25 20:46:57 +01:00
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>