8d66241fb7
- remove USE_GROFF from David Hill
17 lines
361 B
Makefile
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>
|