pkgsrc/devel/p5-Tie-Array-AsHash/Makefile
obache 029b827794 Import p5-Tie-Array-AsHash-0.10 as devel/p5-Tie-Array-AsHash.
Requested by Jens Rehsack in PR 39599.

Tie::Array::AsHash uses some practical extracting code so
arrays can be tied to hashes.
2008-11-09 12:50:10 +00:00

20 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 12:50:10 obache Exp $
#
DISTNAME= Tie-Array-AsHash-0.10
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
PERL5_PACKLIST= auto/Tie/Array/AsHash/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"