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

Collapse All | Expand All

(-)Makefile (-1 / +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)
Lines 18-23 Link Here
18
PERL_CONFIGURE=	YES
20
PERL_CONFIGURE=	YES
19
21
20
MAN3=		Convert::BER.3
22
MAN3=		Convert::BER.3
21
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
22
23
23
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)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/
(-)pkg-plist (-6 / +6 lines)
Lines 1-6 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pod
1
%%SITE_PERL%%/Convert/BER.pod
2
lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pm
2
%%SITE_PERL%%/Convert/BER.pm
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true

Return to bug 51560