Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= Encode-Base58-GMP |
4 |
PORTVERSION= 1.00 |
5 |
CATEGORIES= converters perl5 |
6 |
|
7 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
9 |
|
10 |
MAINTAINER= bokutin@bokut.in |
11 |
COMMENT= High speed Base58 encoding using GMP with BigInt and MD5 support |
12 |
|
13 |
RUN_DEPENDS= p5-Math-GMPz>=0:math/p5-Math-GMPz |
14 |
TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base |
15 |
|
16 |
USES= perl5 shebangfix |
17 |
|
18 |
USE_PERL5= configure |
19 |
|
20 |
NO_ARCH= yes |
21 |
|
22 |
.include <bsd.port.mk> |