ports/devel/p5-B-Keywords/Makefile

17 lines
219 B
Makefile
Raw Normal View History

2023-09-08 05:21:37 +00:00
COMMENT = lists of Perl reserved barewords and symbol names
DISTNAME = B-Keywords-1.26
2023-08-16 22:26:55 +00:00
CATEGORIES = devel
2023-09-08 05:21:37 +00:00
# Perl
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE = Yes
2023-09-08 05:21:37 +00:00
MODULES = cpan
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
MAKE_ENV = TEST_POD=Yes
2023-08-16 22:26:55 +00:00
2023-09-08 05:21:37 +00:00
PKG_ARCH = *
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>