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

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 7-16 Link Here
7
7
8
PORTNAME=	Convert-BER
8
PORTNAME=	Convert-BER
9
PORTVERSION=	1.31
9
PORTVERSION=	1.31
10
PORTREVISION=	1
10
CATEGORIES=	converters perl5
11
CATEGORIES=	converters perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Convert
13
MASTER_SITE_SUBDIR=	Convert
13
PKGNAMEPREFIX=	p5-
14
PKGNAMEPREFIX=	p5-
15
DISTNAME=	${PORTNAME}-${PORTVERSION}01
14
16
15
MAINTAINER=	scrappy@FreeBSD.org
17
MAINTAINER=	scrappy@FreeBSD.org
16
COMMENT=	Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
18
COMMENT=	Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031
1
MD5 (Convert-BER-1.3101.tar.gz) = 00fd5e5a98d4194da0e980186cba6292
(-)pkg-descr (+2 lines)
Lines 3-5 Link Here
3
       decoding data using the ASN.1 Basic Encoding Rules (BER),
3
       decoding data using the ASN.1 Basic Encoding Rules (BER),
4
       a platform independent way of encoding structured binary
4
       a platform independent way of encoding structured binary
5
       data together with the structure.
5
       data together with the structure.
6
7
WWW: http://search.cpan.org/dist/Convert-BER/

Return to bug 51560