f112ebd275
pkgsrc changes: - switching to Module::Build - add license definition Upstream changes: 0.02 2010-04-28 - Taking maintainership (Jens Rehsack) - Implement optimized versions for slice, slice_exists and slice_def - Add test for each function to work proper with default keys - Add safe_reverse as wished in RT#48403 (Ed Davis) - Add test for hashsort
22 lines
574 B
Makefile
22 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/07/17 08:45:41 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Hash-MoreUtils-0.02
|
|
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-MoreUtils/
|
|
COMMENT= Perl 5 module provides the stuff missing in Hash::Util
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Hash/MoreUtils/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|