openbsd-ports/devel/p5-Devel-PartialDump/Makefile
2022-03-11 18:49:30 +00:00

26 lines
489 B
Makefile

COMMENT= partial dumping of data structures
DISTNAME= Devel-PartialDump-0.20
CATEGORIES= devel
FIX_EXTRACT_PERMISSIONS=Yes
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= devel/p5-Moose \
devel/p5-Sub-Exporter \
devel/p5-namespace-clean \
devel/p5-Class-Tiny
TEST_DEPENDS= devel/p5-Devel-GlobalDestruction \
devel/p5-Class-Load \
devel/p5-Module-Runtime \
devel/p5-MRO-Compat \
devel/p5-Test-Warnings
.include <bsd.port.mk>