openbsd-ports/devel/p5-B-Utils/Makefile
2015-08-14 09:54:38 +00:00

20 lines
350 B
Makefile

# $OpenBSD: Makefile,v 1.12 2015/08/14 09:54:38 benoit Exp $
SHARED_ONLY= Yes
COMMENT= helper functions for op tree manipulation
DISTNAME = B-Utils-0.27
CATEGORIES= devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Task-Weaken \
devel/p5-ExtUtils-Depends
.include <bsd.port.mk>