2626b3b49d
------------------------------------------ 0.16 Aug 3 2017 - Really use ppport.h - Skip 'Can't goto out' test on Perl <= 5.8.8 0.15 Jul 11 2017 - Fixed RT#122432 - C90 compatibility. 0.14 Jul 8 2017 - Some doc updates. - Cleaned up some files in distribution. 0.13 Jul 8 2017 - SLOYD became co-maintainer. - Fixed build problem on Perl 5.24+. RT#112247 - Refactored tests. RT#31541 - Fixed issues with "r of n" permutations. RT#77031, RT#45434 (pkgsrc changes) - Add following line to test BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
19 lines
598 B
Makefile
19 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/08/14 12:00:23 mef Exp $
|
|
|
|
DISTNAME= Algorithm-Permute-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Permute/
|
|
COMMENT= Perl module for generating permutations with object oriented interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
|
|
|
|
PERL5_PACKLIST= auto/Algorithm/Permute/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|