openbsd-ports/devel/p5-B-Utils/Makefile

27 lines
469 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.6 2012/08/23 15:00:33 sthen Exp $
SHARED_ONLY= Yes
COMMENT= helper functions for op tree manipulation
DISTNAME= B-Utils-0.11
2012-08-23 11:00:32 -04:00
REVISION= 2
CATEGORIES= devel
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Task-Weaken \
devel/p5-ExtUtils-Depends
.include <bsd.port.mk>