View | Details | Raw Unified | Return to bug 229048 | Differences between
and this patch

Collapse All | Expand All

(-)head/converters/p5-Encode-Base58-GMP/Makefile (+22 lines)
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>
(-)head/converters/p5-Encode-Base58-GMP/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1506838544
2
SHA256 (Encode-Base58-GMP-1.00.tar.gz) = 2c61d655864392700e1415da8a1d32ca9cdfc86e5a4acfa1cd959072dd1da55f
3
SIZE (Encode-Base58-GMP-1.00.tar.gz) = 16049
(-)head/converters/p5-Encode-Base58-GMP/pkg-descr (+1 lines)
Line 0 Link Here
1
High speed Base58 encoding using GMP with BigInt and MD5 support
(-)head/converters/p5-Encode-Base58-GMP/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Encode/Base58/GMP.pm
2
%%PERL5_MAN3%%/Encode::Base58::GMP.3.gz

Return to bug 229048