mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add p5-OpenCA-PKCS7 0.9.13, perl extension for basic handling PKCS.
This commit is contained in:
parent
98d7918807
commit
2ba67fee14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94024
@ -270,6 +270,7 @@
|
||||
SUBDIR += p5-Net-SSLeay
|
||||
SUBDIR += p5-Nmap-Scanner
|
||||
SUBDIR += p5-OpenCA-CRR
|
||||
SUBDIR += p5-OpenCA-PKCS7
|
||||
SUBDIR += p5-PGP
|
||||
SUBDIR += p5-PGP-Sign
|
||||
SUBDIR += p5-SHA
|
||||
|
31
security/p5-OpenCA-PKCS7/Makefile
Normal file
31
security/p5-OpenCA-PKCS7/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: OpenCA-PKCS7
|
||||
# Date created: 02 June 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= OpenCA-PKCS7
|
||||
PORTVERSION= 0.9.13
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= OpenCA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Perl extension for basic handling PKCS#7 Signatures
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/X500/DN.pm:${PORTSDIR}/net/p5-X500-DN
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.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
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
security/p5-OpenCA-PKCS7/distinfo
Normal file
1
security/p5-OpenCA-PKCS7/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (OpenCA-PKCS7-0.9.13.tar.gz) = c7734d84c8af4e3c1a12d309746ecdf5
|
12
security/p5-OpenCA-PKCS7/pkg-descr
Normal file
12
security/p5-OpenCA-PKCS7/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
This module contains all functions needed for handling PKCS#7
|
||||
signatures. It requires some parameters to be passed such as a
|
||||
reference to a OpenCA::OpenSSL instance.
|
||||
|
||||
This module provides an interface to PKCS#7 structures, no specific
|
||||
crypto functions are performed (see the OpenCA::OpenSSL module for
|
||||
this).
|
||||
|
||||
WWW: http://search.cpan.org/dist/OpenCA-PKCS7/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
5
security/p5-OpenCA-PKCS7/pkg-plist
Normal file
5
security/p5-OpenCA-PKCS7/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/PKCS7/.packlist
|
||||
%%SITE_PERL%%/OpenCA/PKCS7.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/PKCS7
|
||||
@unexec rmdir %D/%%SITE_PERL%%/OpenCA 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA 2>/dev/null || true
|
Loading…
x
Reference in New Issue
Block a user