ports/devel/p5-B-Utils/Makefile

19 lines
296 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= helper functions for op tree manipulation
DISTNAME = B-Utils-0.27
CATEGORIES= devel
REVISION = 1
MODULES= cpan
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Task-Weaken \
devel/p5-ExtUtils-Depends
.include <bsd.port.mk>