27 lines
567 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2010/12/03 11:44:28 ajacoutot Exp $
COMMENT= load various configuration file formats
MODULES= cpan
2008-12-03 23:24:38 +00:00
DISTNAME= Config-Any-0.16
REVISION= 1
CATEGORIES= devel
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
2007-05-05 17:44:50 +00:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# All of these would be needed to parse all these configuration
# formats.
2010-11-15 19:45:56 +00:00
REGRESS_DEPENDS=devel/p5-Config-Tiny \
converters/p5-JSON \
devel/p5-YAML \
devel/p5-Config-General
.include <bsd.port.mk>