opnsense-ports/math/p5-Math-Base36/Makefile
Franco Fichtner 8d6db3d824 */*: sync with upstream
Taken from: HardenedBSD
2021-06-21 05:26:03 +02:00

26 lines
553 B
Makefile

# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
PORTNAME= Math-Base36
PORTVERSION= 0.14
PORTEPOCH= 2
CATEGORIES= math converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Encoding and decoding of base36 strings
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/README
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Pod>=0:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>