6ead65ef53
pkgsrc changes: - URI's etc. updated ... Upstream changes: 0.04 2013-10-04 - add slice_map family - Changes reformatted as per CPAN::Changes::Spec 0.03 2013-09-07 - Add documentation about intended behaviour of slice* when no list given (fixing RT#77429 and RT#57095), thanks to Titi Ala'ilima and Bernhard Graf - Changes reformatted as per CPAN::Changes::Spec - Move to GitHub.com
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/10/21 17:52:40 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Hash-MoreUtils-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RE/REHSACK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Hash-MoreUtils
|
|
COMMENT= Provide the stuff missing in Hash::Util
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Hash/MoreUtils/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|