blob: aad84697a91a3ad5051edb69c767fe7eb3102f9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Math-Combinatorics
# Date created: 27 May 2005
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Math-Combinatorics
PORTVERSION= 0.09
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perform combinations and permutations on lists
MAN3= Math::Combinatorics.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|