mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
14 lines
220 B
Makefile
14 lines
220 B
Makefile
COMMENT= interface to handy and fast permutation
|
|
|
|
MODULES= cpan
|
|
DISTNAME = Algorithm-Permute-0.17
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
|
|
|
.include <bsd.port.mk>
|