23 lines
368 B
Makefile
Raw Normal View History

COMMENT = Provide the stuff missing in List::Util
2019-10-28 14:15:42 +00:00
DISTNAME = List-SomeUtils-0.58
REVISION = 1
CATEGORIES = textproc
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
BUILD_DEPENDS = textproc/p5-List-SomeUtils-XS
RUN_DEPENDS = textproc/p5-List-SomeUtils-XS \
devel/p5-Module-Implementation
TEST_DEPENDS = devel/p5-Test-LeakTrace
PKG_ARCH = *
.include <bsd.port.mk>