aaa1885833
ok jasper@
23 lines
444 B
Makefile
23 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/12/03 11:44:27 ajacoutot Exp $
|
|
|
|
COMMENT= run-time class loading on first method call
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Autouse-1.29
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-prefork
|
|
|
|
.include <bsd.port.mk>
|