2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Mosconi <mosconi.rmg@gmail.com>
|
2011-09-03 22:21:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-OpenSSL-CA
|
2011-12-12 14:08:21 +01:00
|
|
|
PORTVERSION= 0.23
|
2012-09-09 03:38:13 +02:00
|
|
|
PORTREVISION= 1
|
2011-09-03 22:21:15 +02:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for OpenSSL CA API
|
|
|
|
|
2012-09-09 03:38:13 +02:00
|
|
|
# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo()
|
|
|
|
# is a GNU libc function.
|
2011-09-03 22:21:15 +02:00
|
|
|
BUILD_DEPENDS= p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \
|
|
|
|
p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \
|
|
|
|
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
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-09-03 22:21:15 +02:00
|
|
|
|
2012-12-17 10:54:03 +01:00
|
|
|
.include <bsd.port.mk>
|