27 lines
563 B
Makefile
27 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.16 2010/11/15 19:46:02 espie Exp $
|
|
|
|
COMMENT= load various configuration file formats
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Config-Any-0.16
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
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.
|
|
REGRESS_DEPENDS=devel/p5-Config-Tiny \
|
|
converters/p5-JSON \
|
|
devel/p5-YAML \
|
|
devel/p5-Config-General
|
|
|
|
.include <bsd.port.mk>
|