15 lines
231 B
Makefile
15 lines
231 B
Makefile
|
COMMENT= utilities functions to build inside-out objects
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Class-Std-Utils-0.0.2
|
||
|
REVISION= 3
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
.include <bsd.port.mk>
|