pkgsrc/math/p5-Math-Base36/Makefile
wen 7981a6c544 Update to 0.14
Add missing BUILD_DEPENDS

Upstream changes:
0.14 2015-04-02
 - Avoid negative repeat count warnings generated from new perls (RT #103266)

0.13 2015-01-17
 - handle large base-10 numbers when encoding (GH #2)

0.12 2013-03-29
 - make errors more descriptive (Chisel Wright)

0.11 2013-03-14
 - repackaged
2016-02-21 07:31:01 +00:00

20 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.11 2016/02/21 07:31:01 wen Exp $
#
DISTNAME= Math-Base36-0.14
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-Base36/
COMMENT= Perl 5 module to encode and decode base36 strings
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS= p5-Test-Exception>=0:../../devel/p5-Test-Exception
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Math/Base36/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"