aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Base36/Makefile
blob: f92382850357de4cc0cc0d424d4123ec5ffe7638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
# $FreeBSD$

PORTNAME=   Math-Base36
PORTVERSION=    0.10
PORTREVISION=   1
PORTEPOCH=  2
CATEGORIES= math converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= mhsin@mhsin.org
COMMENT=    Encoding and decoding of base36 strings

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>