2019-07-12 20:44:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2019/07/12 20:44:48 sthen Exp $
|
2006-11-04 14:45:56 +00:00
|
|
|
|
2015-04-24 07:57:33 +00:00
|
|
|
COMMENT = load various configuration file formats
|
2006-11-04 14:45:56 +00:00
|
|
|
|
2015-04-24 07:57:33 +00:00
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
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
|
2006-11-04 14:45:56 +00:00
|
|
|
|
2014-11-13 10:47:24 +00:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2006-11-04 14:45:56 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
# perl
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2006-11-04 14:45:56 +00:00
|
|
|
|
|
|
|
# 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
|
2006-11-04 14:45:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|