18 lines
296 B
Makefile
18 lines
296 B
Makefile
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>
|