View | Details | Raw Unified | Return to bug 46572
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	MIME-Base64
8
PORTNAME=	MIME-Base64
9
PORTVERSION=	2.12
9
PORTVERSION=	2.13
10
CATEGORIES=	converters perl5
10
CATEGORIES=	converters perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	MIME
12
MASTER_SITE_SUBDIR=	MIME
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	erwin@lansing.dk
16
16
17
PERL_CONFIGURE=	YES
17
PERL_CONFIGURE=	YES
18
18
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (MIME-Base64-2.12.tar.gz) = 76d8529122aded5852585024c2d3ae15
1
MD5 (MIME-Base64-2.13.tar.gz) = 0609f25e8885f7cddd241f8b8aca1cd7
(-)pkg-descr (+2 lines)
Lines 18-20 Link Here
18
package).  The main improvement is that the base64 encoder/decoder is
18
package).  The main improvement is that the base64 encoder/decoder is
19
implemented by XS functions.  This makes it about 20 times faster than
19
implemented by XS functions.  This makes it about 20 times faster than
20
the old implementation in perl.
20
the old implementation in perl.
21
22
WWW: http://search.cpan.org/dist/MIME-Base64/

Return to bug 46572