freebsd-ports/math/p5-Math-Base36/Makefile
Rong-En Fan b1222ca908 This module converts to and from Base36 numbers (0..9 - A..Z)
It was created because of an article/challenge in "The Perl Review"

WWW: http://search.cpan.org/dist/Math-Base36/

PR:		ports/126383
Submitted by:	Yi-Hsuan Hsin <mhsin at mhsin.org>
2008-08-09 12:53:04 +00:00

21 lines
406 B
Makefile

# New ports collection makefile for: math/p5-Math-Base36
# Date created: 2008-08-04
# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org>
#
# $FreeBSD$
#
PORTNAME= Math-Base36
PORTVERSION= 0.05
CATEGORIES= math perl5 converters
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mhsin@mhsin.org
COMMENT= Encoding and decoding of base36 strings
PERL_CONFIGURE= yes
MAN3= Math::Base36.3
.include <bsd.port.mk>