2005-11-06 15:50:02 +01:00
|
|
|
# New ports collection makefile for: Algorithm-Combinatorics
|
|
|
|
# Date created: 05 Nov 2005
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Combinatorics
|
2011-01-31 10:41:54 +01:00
|
|
|
PORTVERSION= 0.26
|
2005-11-06 15:50:02 +01:00
|
|
|
CATEGORIES= math perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:FXN
|
2005-11-06 15:50:02 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-01-31 10:41:54 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-11-06 15:50:02 +01:00
|
|
|
COMMENT= Efficient generation of combinatorial sequences
|
|
|
|
|
|
|
|
MAN3= Algorithm::Combinatorics.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|