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