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