Update to 0.31.01

Remove MAN3PREFIX, add WWW, use %%SITE_PERL%%
maintainer timeout (5 months)

PR:		51560
Submitted by:	myself
This commit is contained in:
Mathieu Arnold 2003-10-01 16:56:57 +00:00
parent 6e2ebca4fc
commit dd2aca93e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90000
4 changed files with 11 additions and 9 deletions

View file

@ -6,11 +6,12 @@
#
PORTNAME= Convert-BER
PORTVERSION= 1.31
PORTVERSION= 1.31.01
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
@ -18,6 +19,5 @@ COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (B
PERL_CONFIGURE= YES
MAN3= Convert::BER.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031
MD5 (Convert-BER-1.3101.tar.gz) = 00fd5e5a98d4194da0e980186cba6292

View file

@ -3,3 +3,5 @@ DESCRIPTION
decoding data using the ASN.1 Basic Encoding Rules (BER),
a platform independent way of encoding structured binary
data together with the structure.
WWW: http://search.cpan.org/dist/Convert-BER/

View file

@ -1,6 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pod
lib/perl5/site_perl/%%PERL_VER%%/Convert/BER.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true
%%SITE_PERL%%/Convert/BER.pod
%%SITE_PERL%%/Convert/BER.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/BER
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true