openbsd-ports/devel/p5-Error/Makefile
2013-03-02 12:36:36 +00:00

23 lines
424 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/02 12:36:36 sthen Exp $
COMMENT= error/exception handling in an OO-ish way
MODULES= cpan
DISTNAME= Error-0.17019
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= modbuild
MODCPAN_EXAMPLES= Yes
REGRESS_DEPENDS = devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>