2004-04-18 15:51:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2004/04/18 19:51:40 robert Exp $
|
2002-10-16 08:58:52 -04:00
|
|
|
|
|
|
|
COMMENT= "module to declare real exception classes in perl"
|
|
|
|
|
2004-04-18 15:51:40 -04:00
|
|
|
DISTNAME= Exception-Class-1.19
|
2002-10-16 08:58:52 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
|
2004-04-18 15:51:40 -04:00
|
|
|
MAINTAINER= Michael Coulter <mjc@bitz.ca>
|
2002-10-16 08:58:52 -04:00
|
|
|
|
|
|
|
# Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
|
|
|
|
2003-04-30 15:13:50 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :p5-Class-Data-Inheritable->=0.02:devel/p5-Class-Data-Inheritable \
|
2004-04-18 15:51:40 -04:00
|
|
|
:p5-Devel-StackTrace->=1.11:devel/p5-Devel-StackTrace
|
2002-10-16 08:58:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|