15 lines
235 B
Makefile
15 lines
235 B
Makefile
|
COMMENT= subclass of AppConfig that provides standard options
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = AppConfig-Std-1.10
|
||
|
CATEGORIES= devel
|
||
|
REVISION = 1
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-AppConfig
|
||
|
|
||
|
.include <bsd.port.mk>
|