diff options
author | seb <seb@pkgsrc.org> | 2010-08-05 00:12:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-08-05 00:12:28 +0000 |
commit | d4ebf0015edde6eb4bbc9210f66e64d6b595520a (patch) | |
tree | 2bde62901a31fb122c0f337dbc5bc577bc80beda /math/p5-Math-Base36 | |
parent | a158cadc9da8451dc51de13b291c9bfee044c870 (diff) | |
download | pkgsrc-d4ebf0015edde6eb4bbc9210f66e64d6b595520a.tar.gz |
Initial import of p5-Math-Base36 version 0.07 in the NetBSD Packages
Collection.
The Perl 5 module Math::Base36 converts to and from Base36 numbers
(0..9 - A..Z).
Diffstat (limited to 'math/p5-Math-Base36')
-rw-r--r-- | math/p5-Math-Base36/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Math-Base36/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Math-Base36/distinfo | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Base36/DESCR b/math/p5-Math-Base36/DESCR new file mode 100644 index 00000000000..82a21bb3661 --- /dev/null +++ b/math/p5-Math-Base36/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Math::Base36 converts to and from Base36 numbers +(0..9 - A..Z). diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile new file mode 100644 index 00000000000..419ab4403a3 --- /dev/null +++ b/math/p5-Math-Base36/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/05 00:12:28 seb Exp $ +# + +DISTNAME= Math-Base36-0.07 +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" diff --git a/math/p5-Math-Base36/distinfo b/math/p5-Math-Base36/distinfo new file mode 100644 index 00000000000..1f7af39164d --- /dev/null +++ b/math/p5-Math-Base36/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/05 00:12:28 seb Exp $ + +SHA1 (Math-Base36-0.07.tar.gz) = 433a9d4013ebe01290f0d63a7bb8454b650b15aa +RMD160 (Math-Base36-0.07.tar.gz) = aa358252583dcaf96d88030ebb4d1674bb5052fe +Size (Math-Base36-0.07.tar.gz) = 15896 bytes |