aboutsummaryrefslogtreecommitdiff
path: root/security/p5-OpenCA-CRR
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-10-22 10:39:34 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-10-22 10:39:34 +0000
commit6c358144124924e9d6aeb23dc3c59bf659a1f679 (patch)
tree159d35183082e34663427d5444756b4dbf4562b3 /security/p5-OpenCA-CRR
parent97b9bb2161b6fb973be0867b62fca8bd65aec235 (diff)
downloadports-6c358144124924e9d6aeb23dc3c59bf659a1f679.tar.gz
ports-6c358144124924e9d6aeb23dc3c59bf659a1f679.zip
Add p5-OpenCA-CRR 0.0.2, perl extention to handle CRR objects.
Notes
Notes: svn path=/head/; revision=91891
Diffstat (limited to 'security/p5-OpenCA-CRR')
-rw-r--r--security/p5-OpenCA-CRR/Makefile22
-rw-r--r--security/p5-OpenCA-CRR/distinfo1
-rw-r--r--security/p5-OpenCA-CRR/pkg-descr7
-rw-r--r--security/p5-OpenCA-CRR/pkg-plist5
4 files changed, 35 insertions, 0 deletions
diff --git a/security/p5-OpenCA-CRR/Makefile b/security/p5-OpenCA-CRR/Makefile
new file mode 100644
index 000000000000..1c494359de0a
--- /dev/null
+++ b/security/p5-OpenCA-CRR/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: OpenCA-CRR
+# Date created: 02 June 2002
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= OpenCA-CRR
+PORTVERSION= 0.0.2
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= OpenCA
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Perl extention to handle CRR objects
+
+PERL_CONFIGURE= yes
+
+MAN3= OpenCA::CRR.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-OpenCA-CRR/distinfo b/security/p5-OpenCA-CRR/distinfo
new file mode 100644
index 000000000000..3a994ae786c5
--- /dev/null
+++ b/security/p5-OpenCA-CRR/distinfo
@@ -0,0 +1 @@
+MD5 (OpenCA-CRR-0.0.2.tar.gz) = 90e9dd0256f72adeab37c5f11d02189d
diff --git a/security/p5-OpenCA-CRR/pkg-descr b/security/p5-OpenCA-CRR/pkg-descr
new file mode 100644
index 000000000000..703ce8ab0dc6
--- /dev/null
+++ b/security/p5-OpenCA-CRR/pkg-descr
@@ -0,0 +1,7 @@
+This class handles CRR (Certificate Revoking Request) objects. Them can
+be signed or not depending on the implementation.
+
+WWW: http://search.cpan.org/dist/OpenCA-CRR/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org
diff --git a/security/p5-OpenCA-CRR/pkg-plist b/security/p5-OpenCA-CRR/pkg-plist
new file mode 100644
index 000000000000..633588f6b19c
--- /dev/null
+++ b/security/p5-OpenCA-CRR/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/CRR/.packlist
+%%SITE_PERL%%/OpenCA/CRR.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/CRR
+@unexec rmdir %D/%%SITE_PERL%%/OpenCA 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA 2>/dev/null || true