mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9ec58fca21
Approved by: portmgr (blanket infrastructure)
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Base36
|
|
PORTVERSION= 0.10
|
|
PORTEPOCH= 2
|
|
CATEGORIES= math converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mhsin@mhsin.org
|
|
COMMENT= Encoding and decoding of base36 strings
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|