pkgsrc/devel/p5-List-UtilsBy/Makefile
hiramatsu c2e9807529 Import List::UtilsBy into devel/p5-List-UtilsBy. This module is required
to update textproc/p5-Text-Sass

This module provides a number of list utility functions, all of which
take an initial code block to control their behaviour. They are
variations on similar core perl or "List::Util" functions of similar
names, but which use the block to control their behaviour.
2011-11-13 12:27:19 +00:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 12:27:19 hiramatsu Exp $
#
DISTNAME= List-UtilsBy-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/List-UtilsBy/
COMMENT= Higher-order list utility functions
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGE= # empty
PERL5_PACKLIST= auto/List/UtilsBy/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"