pkgsrc/math/p5-Math-Permute-List/Makefile
wiz 92ee23b9d1 Initial import of p5-Math-Permute-List-1.004:
Generate and process all the all the permutations of a list using
the standard Perl metaphor.
2012-05-03 09:07:30 +00:00

23 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/05/03 09:07:30 wiz Exp $
DISTNAME= Math-Permute-List-1.004
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Permute-List/
COMMENT= Permute a list
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Math/Permute/List/.packlist
post-extract:
${CHMOD} -R a+rx ${WRKSRC}
${CHMOD} -R u+w ${WRKSRC}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"