cc90c727a2
Collection. Provided in PR pkg/20501 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Config::General opens a config file and parses it's contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known apache config format, in fact, this module is 100% read-compatible to apache configs, but you can also just use simple name/value pairs in your config files.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Config-General-2.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cfg
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
MAINTAINER= sketch@rd.bbc.co.uk
|
|
HOMEPAGE= http://www.daemon.de/config-general/
|
|
COMMENT= Perl Generic Config module
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Config/General/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|