pkgsrc/devel/p5-Config-Tiny/Makefile
rhaen 62e24baced - updated to 2.12
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.12 Thu  1 Nov 2007
	- Converting build script from Module::Install to tinier EU:MM
2.11 Missing
2007-12-09 22:12:08 +00:00

19 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/12/09 22:12:08 rhaen Exp $
#
DISTNAME= Config-Tiny-2.12
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
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"