openbsd-ports/devel/p5-Config-Auto/Makefile
simon 9549c2a0e2 import p5-Config-Auto
This module was written after having to write Yet Another Config File
Parser for some variety of colon-separated config.  Config::Auto can
examine a config file to automatically determine what format it's in.
The module understands colon separated, space separated, equals
separated, XML, Perl code, and Windows INI formats.

from Mikolaj Kuchars
2009-02-04 08:37:06 +00:00

21 lines
410 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/04 08:37:06 simon Exp $
COMMENT = magical config file parser
MODULES = cpan
DISTNAME = Config-Auto-0.20
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Config-IniFiles \
::devel/p5-YAML
REGRESS_DEPENDS = ::devel/p5-Test-Pod
.include <bsd.port.mk>