Files
kn 1fbb8e8d8d readd test dep that got lost in double import
bluhm apparently added it before his import,
i didn't see that and imported the tarball from ports@
which does not contain p5-Test-Script.
2025-02-03 17:59:01 +00:00

26 lines
418 B
Makefile

COMMENT = Facility for creating read-only scalars, arrays, and hashes
CPAN_AUTHOR = LEONT
DISTNAME = Const-Fast-0.014
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
FIX_EXTRACT_PERMISSIONS = Yes
RUN_DEPENDS = devel/p5-Sub-Exporter-Progressive>=0.001007
TEST_DEPENDS = devel/p5-Test-Fatal \
devel/p5-Test-Script>=1.05
CONFIGURE_STYLE = modbuild tiny
PKG_ARCH = *
.include <bsd.port.mk>