4637358a45
Crypt-OpenSSL-CA - Model of an X509v3 Certification Authority This package performs the cryptographic operations necessary to issue X509 certificates and certificate revocation lists (CRLs). It is implemented as a Perl wrapper around the popular OpenSSL library. All certificate and CRL extensions supported by OpenSSL are available, and then some. WWW: http://search.cpan.org/dist/Crypt-OpenSSL-CA/ PR: ports/160167 Submitted by: Rodrigo Mosconi <freebsd@mosconi.mat.br>
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: p5-Crypt-OpenSSL-CA
|
|
# Date created: 2011/08/25
|
|
# Whom: Mosconi <mosconi.rmg@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-OpenSSL-CA
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for OpenSSL CA API
|
|
|
|
BUILD_DEPENDS= p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \
|
|
p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \
|
|
p5-Devel-Mallinfo>=0:${PORTSDIR}/devel/p5-Devel-Mallinfo \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
|
|
p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \
|
|
p5-Net-SSLeay>=1.25:${PORTSDIR}/security/p5-Net-SSLeay
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Group>=0:${PORTSDIR}/devel/p5-Test-Group
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::OpenSSL::CA.3 \
|
|
Crypt::OpenSSL::CA::AlphabetSoup.3 \
|
|
Crypt::OpenSSL::CA::Inline::C.3 \
|
|
Crypt::OpenSSL::CA::Resources.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.2900:${PORTSDIR}/devel/p5-Module-Build
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|