openbsd-ports/devel/p5-Exception-Class/Makefile

22 lines
466 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2011/01/14 22:50:56 jasper Exp $
COMMENT= module to declare real exception classes in perl
MODULES= cpan
2010-06-30 14:17:34 -04:00
DISTNAME= Exception-Class-1.32
REVISION= 1
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=1.20
.include <bsd.port.mk>