diff options
author | skv <skv@FreeBSD.org> | 2003-11-16 01:14:00 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-11-16 01:14:00 +0800 |
commit | dbf83e74971e323b744deb2df02a01ac04eda31f (patch) | |
tree | b16c882a23cbccc4c8db8f771e7f71e96f86a766 /security/p5-OpenCA-CRL | |
parent | 0e29fb30544b97777a34ae66d348563f27dad979 (diff) | |
download | freebsd-ports-gnome-dbf83e74971e323b744deb2df02a01ac04eda31f.tar.gz freebsd-ports-gnome-dbf83e74971e323b744deb2df02a01ac04eda31f.tar.zst freebsd-ports-gnome-dbf83e74971e323b744deb2df02a01ac04eda31f.zip |
Add p5-OpenCA-CRL 0.9.17, CRL Management module.
Diffstat (limited to 'security/p5-OpenCA-CRL')
-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 |
4 files changed, 47 insertions, 0 deletions
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 |