openbsd-ports/textproc/p5-List-SomeUtils-XS/Makefile
2022-03-11 20:02:12 +00:00

19 lines
289 B
Makefile

COMMENT = XS implementation for List::SomeUtils
DISTNAME = List-SomeUtils-XS-0.58
REVISION = 1
CATEGORIES = textproc
# Artistic 2.0
PERMIT_PACKAGE = Yes
WANTLIB += c perl
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-LeakTrace \
devel/p5-Test-Warnings>=0.006
.include <bsd.port.mk>