summaryrefslogtreecommitdiff
path: root/math/p5-Math-Base36/Makefile
diff options
context:
space:
mode:
authorseb <seb>2010-08-05 00:12:28 +0000
committerseb <seb>2010-08-05 00:12:28 +0000
commit5eb8bd61976a4993e5b8cba0f019fc8f512a6a7e (patch)
tree2bde62901a31fb122c0f337dbc5bc577bc80beda /math/p5-Math-Base36/Makefile
parent665220af9fe115e01666c305a1d9556098707607 (diff)
downloadpkgsrc-5eb8bd61976a4993e5b8cba0f019fc8f512a6a7e.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/Makefile')
-rw-r--r--math/p5-Math-Base36/Makefile20
1 files changed, 20 insertions, 0 deletions
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"