ports/math/p5-Algorithm-Combinatorics/Makefile

19 lines
268 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>