diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-11-15 17:14:00 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-11-15 17:14:00 +0000 |
commit | 381d1ca38a1501045a03e5fc95ba23ca7044c8aa (patch) | |
tree | 3f41e2b3943ecb2d3720aabea2efc5445b1b4025 | |
parent | 3eb21f2f44ee33739b71c737dddee403f53d742d (diff) | |
download | ports-381d1ca38a1501045a03e5fc95ba23ca7044c8aa.tar.gz ports-381d1ca38a1501045a03e5fc95ba23ca7044c8aa.zip |
Notes
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-OpenCA-CRL/Makefile | 31 | ||||
-rw-r--r-- | security/p5-OpenCA-CRL/distinfo | 1 | ||||
-rw-r--r-- | security/p5-OpenCA-CRL/pkg-descr | 9 | ||||
-rw-r--r-- | security/p5-OpenCA-CRL/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index bb23f3deeb2a..40cb0d2aa870 100644 --- a/security/Makefile +++ b/security/Makefile @@ -269,6 +269,7 @@ SUBDIR += p5-Module-Signature SUBDIR += p5-Net-SSLeay SUBDIR += p5-Nmap-Scanner + SUBDIR += p5-OpenCA-CRL SUBDIR += p5-OpenCA-CRR SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ diff --git a/security/p5-OpenCA-CRL/Makefile b/security/p5-OpenCA-CRL/Makefile new file mode 100644 index 000000000000..b5dd614d3cdc --- /dev/null +++ b/security/p5-OpenCA-CRL/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: OpenCA-CRL +# Date created: 02 June 2002 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= OpenCA-CRL +PORTVERSION= 0.9.17 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= OpenCA +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= CRL Management module + +PERL_CONFIGURE= yes + +MAN3= OpenCA::CRL.3 + +.include <bsd.port.pre.mk> + +post-patch: +.if ${PERL_LEVEL} < 500600 + @${PERL} -pi -e 's!our \((.*?)(?=\);)!join("","use vars qw(",split(/,/,$$1))!e' \ + ${WRKSRC}/*.pm +.endif + @${MV} ${WRKSRC}/prova.pl ${WRKSRC}/prova.pl.sample + +.include <bsd.port.post.mk> diff --git a/security/p5-OpenCA-CRL/distinfo b/security/p5-OpenCA-CRL/distinfo new file mode 100644 index 000000000000..dc72c5f446d7 --- /dev/null +++ b/security/p5-OpenCA-CRL/distinfo @@ -0,0 +1 @@ +MD5 (OpenCA-CRL-0.9.17.tar.gz) = 0a5a1956a92006a26ce6fe26e8e17c79 diff --git a/security/p5-OpenCA-CRL/pkg-descr b/security/p5-OpenCA-CRL/pkg-descr new file mode 100644 index 000000000000..8495f9c5b1fb --- /dev/null +++ b/security/p5-OpenCA-CRL/pkg-descr @@ -0,0 +1,9 @@ +This module contains functions to access CRLs infos. It, as the +OpenCA::X509 module, requires some parameters such as a reference to an +OpenCA::OpenSSL instance. This module provides a CRL->PERL Hashes +parsing, no specific crypto functions are performed. + +WWW: http://search.cpan.org/dist/OpenCA-CRL/ + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/security/p5-OpenCA-CRL/pkg-plist b/security/p5-OpenCA-CRL/pkg-plist new file mode 100644 index 000000000000..8289b00a2ad9 --- /dev/null +++ b/security/p5-OpenCA-CRL/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/CRL/.packlist +%%SITE_PERL%%/OpenCA/CRL.pm +%%SITE_PERL%%/OpenCA/prova.pl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/CRL +@unexec rmdir %D/%%SITE_PERL%%/OpenCA 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA 2>/dev/null || true |