mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
New port: security/p5-Crypt-OpenSSL-PKCS10
Perl extension to OpenSSL's PKCS10 API. WWW: http://search.cpan.org/dist/Crypt-OpenSSL-PKCS10/
This commit is contained in:
parent
5deccbaefb
commit
f404a69319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417745
@ -533,6 +533,7 @@
|
||||
SUBDIR += p5-Crypt-OpenSSL-DSA
|
||||
SUBDIR += p5-Crypt-OpenSSL-EC
|
||||
SUBDIR += p5-Crypt-OpenSSL-ECDSA
|
||||
SUBDIR += p5-Crypt-OpenSSL-PKCS10
|
||||
SUBDIR += p5-Crypt-OpenSSL-RSA
|
||||
SUBDIR += p5-Crypt-OpenSSL-Random
|
||||
SUBDIR += p5-Crypt-OpenSSL-X509
|
||||
|
18
security/p5-Crypt-OpenSSL-PKCS10/Makefile
Normal file
18
security/p5-Crypt-OpenSSL-PKCS10/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-OpenSSL-PKCS10
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Perl extension for OpenSSL PKCS10 API
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
USES= perl5 ssl
|
||||
USE_PERL5= configure
|
||||
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Crypt-OpenSSL-PKCS10/distinfo
Normal file
3
security/p5-Crypt-OpenSSL-PKCS10/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1467139041
|
||||
SHA256 (Crypt-OpenSSL-PKCS10-0.15.tar.gz) = 60e6733d706e1a85e7368d46f397cacd5cc0cfd8306f6cb514a8fdac91322362
|
||||
SIZE (Crypt-OpenSSL-PKCS10-0.15.tar.gz) = 18543
|
3
security/p5-Crypt-OpenSSL-PKCS10/pkg-descr
Normal file
3
security/p5-Crypt-OpenSSL-PKCS10/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl extension to OpenSSL's PKCS10 API.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-OpenSSL-PKCS10/
|
3
security/p5-Crypt-OpenSSL-PKCS10/pkg-plist
Normal file
3
security/p5-Crypt-OpenSSL-PKCS10/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Crypt/OpenSSL/PKCS10.pm
|
||||
%%SITE_ARCH%%/auto/Crypt/OpenSSL/PKCS10/PKCS10.so
|
||||
%%PERL5_MAN3%%/Crypt::OpenSSL::PKCS10.3.gz
|
Loading…
Reference in New Issue
Block a user