mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
3a510edf29
- Add LICENSE [1] Approved by: portmgr (implicit) [1] With hat: perl
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# 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>
|