openbsd-ports/devel/p5-Class-Autouse/Makefile
2006-02-01 13:07:59 +00:00

24 lines
512 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/02/01 13:07:59 kevlo Exp $
COMMENT= "run-time class loading on first method call"
DISTNAME= Class-Autouse-1.24
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
.include <bsd.port.mk>