24 lines
509 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.30 2019/07/12 20:44:48 sthen Exp $
2015-04-24 07:57:33 +00:00
COMMENT = load various configuration file formats
2015-04-24 07:57:33 +00:00
MODULES = cpan
PKG_ARCH = *
2017-04-28 09:40:20 +00:00
DISTNAME = Config-Any-0.32
2015-04-24 07:57:33 +00:00
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# perl
PERMIT_PACKAGE = Yes
# All of these would be needed to parse all these configuration
# formats.
2015-04-24 07:57:33 +00:00
TEST_DEPENDS = devel/p5-Config-Tiny \
2010-11-15 19:45:56 +00:00
converters/p5-JSON \
devel/p5-YAML \
devel/p5-Config-General
2015-04-24 07:57:33 +00:00
RUN_DEPENDS = devel/p5-Module-Pluggable
.include <bsd.port.mk>