freebsd-ports/security/p5-Crypt-OpenSSL-CA/Makefile
Andrej Zverev f8fa0bc49d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-31 09:15:24 +00:00

29 lines
849 B
Makefile

# Created by: Mosconi <mosconi.rmg@gmail.com>
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-CA
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for OpenSSL CA API
# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo()
# is a GNU libc function.
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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>