3d8a24bbd6
- Pass maintainership to submitter PR: ports/189308 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: Aaron Dalton <aaron@daltons.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Combinatorics
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perform combinations and permutations on lists
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|