d0bb4756f2
Log::Dispatch::Config is an abstract class of config parser.
21 lines
385 B
Makefile
21 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 19:18:55 jasper Exp $
|
|
|
|
COMMENT= abstract Configurator class
|
|
|
|
DISTNAME= Log-Dispatch-Config-1.02
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-AppConfig \
|
|
::devel/p5-Log-Dispatch
|
|
|
|
.include <bsd.port.mk>
|