pkgsrc/devel/p5-Config-Tiny/Makefile
adam bb7b7fdb59 Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on
2011-08-10 08:38:37 +00:00

19 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/08/10 08:38:37 adam Exp $
DISTNAME= Config-Tiny-2.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Config-Tiny/
COMMENT= Read/Write .ini style files with as little code as possible
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Config/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"