openbsd-ports/devel/p5-Class-Autouse/Makefile
2006-09-26 13:06:41 +00:00

26 lines
525 B
Makefile

# $OpenBSD: Makefile,v 1.7 2006/09/26 13:06:41 kevlo Exp $
COMMENT= "run-time class loading on first method call"
DISTNAME= Class-Autouse-1.27
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>