26 lines
440 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2020/07/03 21:45:48 sthen Exp $
COMMENT= extensions to PPI
MODULES= cpan
PKG_ARCH= *
2011-07-10 12:17:36 +00:00
DISTNAME= PPIx-Utilities-1.001000
CATEGORIES= textproc
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
CPAN_AUTHOR= ELLIOTJS
2011-07-10 12:17:36 +00:00
CONFIGURE_STYLE= modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
2011-07-10 12:17:36 +00:00
RUN_DEPENDS= devel/p5-Exception-Class \
devel/p5-Readonly \
textproc/p5-PPI
2013-03-11 11:35:43 +00:00
TEST_DEPENDS= devel/p5-Test-Deep
.include <bsd.port.mk>