diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2000-10-28 01:16:38 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2000-10-28 01:16:38 +0000 |
commit | 1bd7f0d322ed93739d86a11ebc0b501da745183c (patch) | |
tree | b2a1812e34d91a21e05c66d2a396c06863b921a2 /converters | |
parent | 8232b2f38f9b57ab2d3c98b2e04b01f4ed4ba29f (diff) | |
download | ports-1bd7f0d322ed93739d86a11ebc0b501da745183c.tar.gz ports-1bd7f0d322ed93739d86a11ebc0b501da745183c.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/Makefile | 26 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/distinfo | 1 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-comment | 1 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-descr | 3 | ||||
-rw-r--r-- | converters/p5-Convert-ASN1/pkg-plist | 9 |
6 files changed, 41 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index f45251830ac8..71e4c335c061 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -18,6 +18,7 @@ SUBDIR += mmencode SUBDIR += mpack SUBDIR += mule-ucs-emacs20 + SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-UU diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile new file mode 100644 index 000000000000..705807ec9e00 --- /dev/null +++ b/converters/p5-Convert-ASN1/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Convert-ASN1 +# Date created: October 27, 2000 +# Whom: Marc Fournier <scrappy@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Convert-ASN1 +PORTVERSION= 0.07 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Convert +PKGNAMEPREFIX= p5- + +MAINTAINER= scrappy@FreeBSD.org + +USE_PERL5= YES + +MAN3= Convert::ASN1.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + PREFIX=${PREFIX} + +.include <bsd.port.mk> diff --git a/converters/p5-Convert-ASN1/distinfo b/converters/p5-Convert-ASN1/distinfo new file mode 100644 index 000000000000..20adf0360f3d --- /dev/null +++ b/converters/p5-Convert-ASN1/distinfo @@ -0,0 +1 @@ +MD5 (Convert-ASN1-0.07.tar.gz) = 72a03b66cf1c4468b7cf01b7d76a08d5 diff --git a/converters/p5-Convert-ASN1/pkg-comment b/converters/p5-Convert-ASN1/pkg-comment new file mode 100644 index 000000000000..c4f01c50b88c --- /dev/null +++ b/converters/p5-Convert-ASN1/pkg-comment @@ -0,0 +1 @@ +Perl5 module to encode and decode ASN.1 data structures diff --git a/converters/p5-Convert-ASN1/pkg-descr b/converters/p5-Convert-ASN1/pkg-descr new file mode 100644 index 000000000000..4bc34e3f1d31 --- /dev/null +++ b/converters/p5-Convert-ASN1/pkg-descr @@ -0,0 +1,3 @@ +DESCRIPTION + Convert::ASN1 encodes and decodes ASN.1 data structures + using BER/DER rules. diff --git a/converters/p5-Convert-ASN1/pkg-plist b/converters/p5-Convert-ASN1/pkg-plist new file mode 100644 index 000000000000..7645583b74b1 --- /dev/null +++ b/converters/p5-Convert-ASN1/pkg-plist @@ -0,0 +1,9 @@ +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 |