2005-05-28 10:26:23 +02:00
|
|
|
# New ports collection makefile for: Math-Combinatorics
|
|
|
|
# Date created: 27 May 2005
|
|
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Combinatorics
|
2006-12-26 22:31:31 +01:00
|
|
|
PORTVERSION= 0.09
|
2005-05-28 10:26:23 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-05-28 10:26:23 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-28 10:26:23 +02:00
|
|
|
COMMENT= Perform combinations and permutations on lists
|
|
|
|
|
|
|
|
MAN3= Math::Combinatorics.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|