ports/devel/p5-Data-Section/Makefile

20 lines
322 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = read multiple hunks of data out of your DATA section
DISTNAME = Data-Section-0.200008
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-MRO-Compat>=0.09 \
devel/p5-Sub-Exporter>=0.979
TEST_DEPENDS = devel/p5-Test-FailWarnings
PKG_ARCH = *
.include <bsd.port.mk>