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
|
2008-02-23 20:15:54 +01:00
|
|
|
PORTVERSION= 0.25
|
2010-01-27 02:47:48 +01:00
|
|
|
PORTREVISION= 1
|
2005-11-06 15:50:02 +01:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-11-06 15:50:02 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@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>
|