18 lines
275 B
Makefile
18 lines
275 B
Makefile
COMMENT= abstract Configurator class
|
|
|
|
DISTNAME= Log-Dispatch-Config-1.04
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig \
|
|
devel/p5-IO-stringy \
|
|
devel/p5-Log-Dispatch
|
|
|
|
.include <bsd.port.mk>
|