2009-05-29 14:46:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2009/05/29 14:46:28 dhill Exp $
|
2002-10-16 12:58:52 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= module to declare real exception classes in perl
|
2002-10-16 12:58:52 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2009-05-29 14:46:28 +00:00
|
|
|
DISTNAME= Exception-Class-1.29
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2002-10-16 12:58:52 +00:00
|
|
|
|
2004-04-18 19:51:40 +00:00
|
|
|
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
2002-10-16 12:58:52 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
# perl
|
2002-10-16 12:58:52 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-04-30 19:13:50 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :p5-Class-Data-Inheritable->=0.02:devel/p5-Class-Data-Inheritable \
|
2006-01-08 16:15:12 +00:00
|
|
|
:p5-Devel-StackTrace->=1.12:devel/p5-Devel-StackTrace
|
2002-10-16 12:58:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|