19 lines
268 B
Makefile
19 lines
268 B
Makefile
|
COMMENT = efficient generation of combinatorial sequences
|
||
|
|
||
|
DISTNAME = Algorithm-Combinatorics-0.27
|
||
|
REVISION = 4
|
||
|
CATEGORIES = math
|
||
|
|
||
|
CPAN_AUTHOR = FXN
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
MAKE_ENV= TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|