616f2a47a5
- update module to 0.11 - add dependency to Params::Util >= 0.35 to get the XS speed up Upstream changes: 0.11 Tue Jan 27 09:10:48 MEZ 2009 - ignore lines without key/value pairs - create regex for each() iteration once during contruction
22 lines
609 B
Makefile
22 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/02/25 21:26:10 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Tie-Array-AsHash-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5taa
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tie-Array-AsHash/
|
|
COMMENT= Perl module to access array(s) like hashes
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Params-Util>=0.35:../../devel/p5-Params-Util
|
|
|
|
PERL5_PACKLIST= auto/Tie/Array/AsHash/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|