2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:27 ajacoutot Exp $
|
2010-03-28 15:28:06 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= helper functions for op tree manipulation
|
|
|
|
|
|
|
|
DISTNAME= B-Utils-0.11
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
2010-03-28 15:28:06 -04:00
|
|
|
CATEGORIES= devel
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2010-03-28 15:28:06 -04:00
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Task-Weaken \
|
|
|
|
devel/p5-ExtUtils-Depends
|
2010-03-28 15:28:06 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|