2006-06-06 02:40:10 +02:00
|
|
|
# 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
|
2006-06-06 02:40:10 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-06 02:40:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-06-06 02:40:10 +02:00
|
|
|
COMMENT= Enumerate all arrangements of a set in fixed subsets
|
|
|
|
|
|
|
|
MAN3= Set::Partition.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|