openbsd-ports/devel/p5-Class-WhiteHole/Makefile

24 lines
473 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/19 09:23:30 sturm Exp $
COMMENT= "base class to treat unhandled method calls as errors"
DISTNAME= Class-WhiteHole-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>