d312e96f1a
----------------------------------------- - 1.14 G7UM6iSk Sat Jul 30 06:44:28:46 -0500 2016 * synchronized README and Changes to updated POD - 1.12 G7OMKBCn Sun Jul 24 20:11:12:49 -0500 2016 * added digit set 'b96' as a reordering of 'asc' - 1.10 G7OMF3ZT Sun Jul 24 15:03:35:29 -0500 2016 * added new digit sets from Math::Base::Convert * switched all old hex() to distinct new heX() and updated POD to reflect * fixed META license to match POD and resolve issue: <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60122> (Thanks again xenoterracide.) * removed PT from VERSION to resolve issue: <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60275> (Thanks Alexandr.)
22 lines
647 B
Makefile
22 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/02/11 11:26:42 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Math-BaseCnv-1.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-BaseCnv/
|
|
COMMENT= Fast functions to CoNVert between number Bases
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
# actually, TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
|
|
|
|
PERL5_PACKLIST= auto/Math/BaseCnv/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|