summaryrefslogtreecommitdiff
path: root/converters/p5-Convert-ASN1
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2000-10-28 01:16:38 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2000-10-28 01:16:38 +0000
commit1bd7f0d322ed93739d86a11ebc0b501da745183c (patch)
treeb2a1812e34d91a21e05c66d2a396c06863b921a2 /converters/p5-Convert-ASN1
parentAdd fugu 0.9.9e, a graphical client for the Gale secure instant messaging (diff)
Convert::ASN1 encodes and decodes ASN.1 data structures
using BER/DER rules.
Notes
Notes: svn path=/head/; revision=34322
Diffstat (limited to 'converters/p5-Convert-ASN1')
-rw-r--r--converters/p5-Convert-ASN1/Makefile26
-rw-r--r--converters/p5-Convert-ASN1/distinfo1
-rw-r--r--converters/p5-Convert-ASN1/pkg-comment1
-rw-r--r--converters/p5-Convert-ASN1/pkg-descr3
-rw-r--r--converters/p5-Convert-ASN1/pkg-plist9
5 files changed, 40 insertions, 0 deletions
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