77eca7bc9f
pkgsrc changes: - Adjust module file permission Upstream changes: 0.12 Mon Feb 15 19:23:52 CST 2010 Thanks to MONS for addressing these: - rt 39183 fallback to Clone::PP if needed/possible - rt 43056 OO support for more sane behavior non-trampling This version is a cleaned up version of MONS' patch in rt 43056 plus: Added tests for OO behavior. Cleaned up POD a little perltidy
26 lines
713 B
Makefile
26 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/16 10:11:46 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Hash-Merge-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Hash/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Hash-Merge/
|
|
COMMENT= Perl 5 module to merges arbitrarily deep hashes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Hash/Merge/.packlist
|
|
|
|
# Merge.pm proves this version, even if it's not named in META.yml
|
|
DEPENDS+= p5-Clone>=0.09:../../devel/p5-Clone
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|