15 lines
233 B
Makefile
15 lines
233 B
Makefile
COMMENT= interface to handy and fast permutation
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Algorithm-Permute-0.16
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
|
|
|
.include <bsd.port.mk>
|