9549c2a0e2
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
21 lines
410 B
Makefile
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>
|