Add p5-OpenCA-REQ 0.9.52,
perl extension to easily manage Cert REQUESTs.
This commit is contained in:
parent
2ba67fee14
commit
3eb21f2f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94026
@ -271,6 +271,7 @@
|
||||
SUBDIR += p5-Nmap-Scanner
|
||||
SUBDIR += p5-OpenCA-CRR
|
||||
SUBDIR += p5-OpenCA-PKCS7
|
||||
SUBDIR += p5-OpenCA-REQ
|
||||
SUBDIR += p5-PGP
|
||||
SUBDIR += p5-PGP-Sign
|
||||
SUBDIR += p5-SHA
|
||||
|
34
security/p5-OpenCA-REQ/Makefile
Normal file
34
security/p5-OpenCA-REQ/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: OpenCA-REQ
|
||||
# Date created: 02 June 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= OpenCA-REQ
|
||||
PORTVERSION= 0.9.52
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= OpenCA
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Perl extension to easily manage Cert REQUESTs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/X500/DN.pm:${PORTSDIR}/net/p5-X500-DN
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= OpenCA::REQ.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>
|
1
security/p5-OpenCA-REQ/distinfo
Normal file
1
security/p5-OpenCA-REQ/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (OpenCA-REQ-0.9.52.tar.gz) = 048f30201f20a5f722e7f7d0e80918a9
|
6
security/p5-OpenCA-REQ/pkg-descr
Normal file
6
security/p5-OpenCA-REQ/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module is intended for easily manage Cert REQUESTs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/OpenCA-REQ/
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
5
security/p5-OpenCA-REQ/pkg-plist
Normal file
5
security/p5-OpenCA-REQ/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/REQ/.packlist
|
||||
%%SITE_PERL%%/OpenCA/REQ.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA/REQ
|
||||
@unexec rmdir %D/%%SITE_PERL%%/OpenCA 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenCA 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user