pkgsrc/devel/p5-Config-INI/Makefile
seb 897f239ad0 Initial import of p5-Config-INI version 0.014 in the NetBSD Packages
Collection.

The Perl 5 module Config::INI yet another config module implementing
yet another slightly different take on the undeniably easy to read
or write ".ini" file format. Its default behavior is quite similar
to that of Config::Tiny, on which it is based.  The chief difference
is that Config::INI is designed to be subclassed to allow for
side-effects and self-reconfiguration.
2009-01-28 22:07:18 +00:00

21 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/28 22:07:18 seb Exp $
#
DISTNAME= Config-INI-0.014
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-INI/
COMMENT= Perl 5 module to handle simple .ini-file format
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Config/INI/.packlist
DEPENDS+= p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"