b1222ca908
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>
21 lines
406 B
Makefile
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>
|