20 lines
330 B
Makefile
20 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:27 naddy Exp $
|
|
|
|
COMMENT= abstract Configurator class
|
|
|
|
DISTNAME= Log-Dispatch-Config-1.04
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-AppConfig \
|
|
devel/p5-IO-stringy \
|
|
devel/p5-Log-Dispatch
|
|
|
|
.include <bsd.port.mk>
|