openbsd-ports/devel/p5-Class-Autouse/Makefile
2006-07-17 12:14:34 +00:00

26 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.6 2006/07/17 12:14:34 steven Exp $
COMMENT= "run-time class loading on first method call"
DISTNAME= Class-Autouse-1.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
::devel/p5-prefork
PKG_ARCH= *
.include <bsd.port.mk>