2006-01-08 11:15:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2006/01/08 16:15:12 steven Exp $
|
2002-10-16 08:58:52 -04:00
|
|
|
|
|
|
|
COMMENT= "module to declare real exception classes in perl"
|
|
|
|
|
2006-01-08 11:15:12 -05:00
|
|
|
DISTNAME= Exception-Class-1.22
|
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
|
|
|
|
2006-01-08 11:15:12 -05:00
|
|
|
# GPL/Artistic
|
2002-10-16 08:58:52 -04:00
|
|
|
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 \
|
2006-01-08 11:15:12 -05:00
|
|
|
:p5-Devel-StackTrace->=1.12:devel/p5-Devel-StackTrace
|
2002-10-16 08:58:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
2006-01-08 11:15:12 -05:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
2002-10-16 08:58:52 -04:00
|
|
|
.include <bsd.port.mk>
|