Generate and process all the all the permutations of a list using the standard Perl metaphor.
23 lines
591 B
Makefile
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"
|