blob: 165e7cd9bb5a4ff2b0861a74b2dcbd07465e786d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Encode-Base32-GMP
PORTVERSION= 0.02
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= High speed Base32 encoding using GMP with BigInt and MD5 support
WWW= https://www.crockford.com/wrmg/base32.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Math-GMPz>=0:math/p5-Math-GMPz
TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|