opnsense-ports/math/p5-Math-Base36/Makefile
2022-09-07 22:33:21 +02:00

25 lines
553 B
Makefile

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
WWW= https://metacpan.org/release/Math-Base36
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>