openbsd-ports/devel/p5-Exception-Class/Makefile
2010-10-18 17:47:50 +00:00

23 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/10/18 17:48:00 espie Exp $
COMMENT= module to declare real exception classes in perl
MODULES= cpan
DISTNAME= Exception-Class-1.32
CATEGORIES= devel
USE_GROFF = Yes
MAINTAINER= Michael Coulter <mjc@bitz.ca>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :p5-Class-Data-Inheritable->=0.02:devel/p5-Class-Data-Inheritable \
:p5-Devel-StackTrace->=1.20:devel/p5-Devel-StackTrace
.include <bsd.port.mk>