20 lines
359 B
Makefile
20 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 10:50:13 espie 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
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-prefork
|
|
|
|
.include <bsd.port.mk>
|