openbsd-ports/textproc/p5-PPIx-Utilities/Makefile

28 lines
518 B
Makefile
Raw Normal View History

2011-07-10 08:17:36 -04:00
# $OpenBSD: Makefile,v 1.5 2011/07/10 12:17:36 jasper Exp $
COMMENT= extensions to PPI
MODULES= cpan
2011-07-10 08:17:36 -04:00
DISTNAME= PPIx-Utilities-1.001000
CATEGORIES= textproc
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= ELLIOTJS
2011-07-10 08:17:36 -04:00
CONFIGURE_STYLE= modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
2011-07-10 08:17:36 -04:00
RUN_DEPENDS= devel/p5-Exception-Class \
devel/p5-Readonly \
textproc/p5-PPI
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS= devel/p5-Test-Deep
.include <bsd.port.mk>