12 lines
181 B
Makefile
12 lines
181 B
Makefile
|
COMMENT= load modules and create objects on demand
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Class-Loader-2.03
|
||
|
REVISION= 2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|