15 lines
246 B
Makefile
15 lines
246 B
Makefile
COMMENT= run-time class loading on first method call
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Class-Autouse-2.01
|
|
CATEGORIES= devel
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-prefork
|
|
|
|
.include <bsd.port.mk>
|