openbsd-ports/devel/p5-Exception-Class/Makefile
benoit 8d66241fb7 - update p5-Exception-Class to 1.37
- remove USE_GROFF

from David Hill
2013-03-11 14:49:15 +00:00

17 lines
361 B
Makefile

# $OpenBSD: Makefile,v 1.19 2013/03/11 14:49:15 benoit Exp $
COMMENT= module to declare real exception classes in perl
MODULES= cpan
DISTNAME = Exception-Class-1.37
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=1.20
.include <bsd.port.mk>