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

Collapse All | Expand All

(-)head/converters/p5-Encode-Base32-GMP/Makefile (+21 lines)
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>
(-)head/converters/p5-Encode-Base32-GMP/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1506838361
2
SHA256 (Encode-Base32-GMP-0.02.tar.gz) = 454206fa7d82e55e03274698732341b607150f00e8e2aec58f35326a030832dc
3
SIZE (Encode-Base32-GMP-0.02.tar.gz) = 24553
(-)head/converters/p5-Encode-Base32-GMP/pkg-descr (+1 lines)
Line 0 Link Here
1
High speed Base32 encoding using GMP with BigInt and MD5 support
(-)head/converters/p5-Encode-Base32-GMP/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Encode/Base32/GMP.pm
2
%%PERL5_MAN3%%/Encode::Base32::GMP.3.gz

Return to bug 229047