openbsd-ports/devel/p5-Error/Makefile

22 lines
387 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:44:30 ajacoutot Exp $
COMMENT= error/exception handling in an OO-ish way
MODULES= cpan
2010-10-25 07:05:32 -04:00
DISTNAME= Error-0.17016
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2008-10-03 06:30:30 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-25 07:05:32 -04:00
CONFIGURE_STYLE= modbuild
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>