91bdb39f08
* bump up version of IO::File required Changes 0.17: * avoid test failures on Win32 by using . instead of TMPDIR for writing test files
21 lines
590 B
Makefile
21 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/08/10 08:33:08 adam Exp $
|
|
|
|
DISTNAME= Config-INI-0.018
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Mixin-Linewise-[0-9]*:../../devel/p5-Mixin-Linewise
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Config/INI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|