openbsd-ports/devel/p5-Error/Makefile
steven 14484d74d7 update to 0.16; PKG_ARCH=*
maintainer timeout
2006-07-12 07:06:42 +00:00

24 lines
460 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/07/12 07:06:42 steven Exp $
COMMENT= "error/exception handling in an OO-ish way"
DISTNAME= Error-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>