28762c471d
0.09 Mon Dec 06 2010 - explicit use of of Math::BigInt to avoid confusing Devel::Cover 0.08 Mon Dec 06 2010 - don't short-circuit encoding '0' so it gets proper padding.
20 lines
526 B
Makefile
20 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/16 22:16:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Base36-0.09
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Math/Base36/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|