diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2003-06-16 18:28:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2003-06-16 18:28:38 +0000 |
commit | b143351bc61459b4dfa93c87e60517d688991588 (patch) | |
tree | 65aaa9ef5760d4ed62136370dd38c5320c888a2b /converters | |
parent | 02d52a0ef78b22e2df0401ee5a636cc7278a30af (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-ASN1/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-descr | 7 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-plist | 24 |
4 files changed, 19 insertions, 19 deletions
diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index b3cad384e604..858bff5aa3e0 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Convert-ASN1 -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert @@ -15,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= scrappy@FreeBSD.org COMMENT= Perl5 module to encode and decode ASN.1 data structures -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= Convert::ASN1.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/converters/p5-Convert-ASN1/distinfo b/converters/p5-Convert-ASN1/distinfo index fd0e50242d56..d2084dbc1d80 100644 --- a/converters/p5-Convert-ASN1/distinfo +++ b/converters/p5-Convert-ASN1/distinfo @@ -1 +1 @@ -MD5 (Convert-ASN1-0.16.tar.gz) = ecacadacac4a1d2607862f6df4211b2b +MD5 (Convert-ASN1-0.17.tar.gz) = b5e76be5dfb90d8c8fdb8c28b2f9a427 diff --git a/converters/p5-Convert-ASN1/pkg-descr b/converters/p5-Convert-ASN1/pkg-descr index 4bc34e3f1d31..6903c4e682bc 100644 --- a/converters/p5-Convert-ASN1/pkg-descr +++ b/converters/p5-Convert-ASN1/pkg-descr @@ -1,3 +1,4 @@ -DESCRIPTION - Convert::ASN1 encodes and decodes ASN.1 data structures - using BER/DER rules. +Convert::ASN1 encodes and decodes ASN.1 data structures +using BER/DER rules. + +WWW: http://search.cpan.org/author/GBARR/Convert-ASN1 diff --git a/converters/p5-Convert-ASN1/pkg-plist b/converters/p5-Convert-ASN1/pkg-plist index 52195e7c8571..e2099131d07d 100644 --- a/converters/p5-Convert-ASN1/pkg-plist +++ b/converters/p5-Convert-ASN1/pkg-plist @@ -1,12 +1,12 @@ -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1.pod -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/_decode.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/_encode.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/Debug.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/parser.pm -lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1/IO.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/ASN1 -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Convert/ASN1 -@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/ASN1.pod +%%SITE_PERL%%/Convert/ASN1.pm +%%SITE_PERL%%/Convert/ASN1/_decode.pm +%%SITE_PERL%%/Convert/ASN1/_encode.pm +%%SITE_PERL%%/Convert/ASN1/Debug.pm +%%SITE_PERL%%/Convert/ASN1/parser.pm +%%SITE_PERL%%/Convert/ASN1/IO.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/ASN1 +@dirrm %%SITE_PERL%%/Convert/ASN1 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Convert 2>/dev/null || true |