19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.7 2015/01/21 14:27:58 sthen Exp $
|
|
|
|
COMMENT= abstract Configurator class
|
|
|
|
DISTNAME= Log-Dispatch-Config-1.04
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig \
|
|
devel/p5-IO-stringy \
|
|
devel/p5-Log-Dispatch
|
|
|
|
.include <bsd.port.mk>
|