openbsd-ports/security/p5-Net-SSLeay/Makefile
bluhm 0aa25e6e56 fix memory leaks in p5-Net-SSLeay 1.92
from Anton Borowka; input and OK tb@
2022-12-06 16:27:15 +00:00

30 lines
619 B
Makefile

COMMENT = Perl bindings for OpenSSL and LibreSSL
DISTNAME = Net-SSLeay-1.92
REVISION = 3
CATEGORIES = security
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE = Yes
WANTLIB = c crypto perl ssl z
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Warn \
devel/p5-Test-NoWarnings \
devel/p5-Test-Pod>=1.41 \
devel/p5-Test-Pod-Coverage>=1.00
MODCPAN_EXAMPLES = Yes
SRCDIR = ${WRKSRC}/${MODCPAN_EXAMPLES_DIST}
post-install:
${MODCPAN_POST_INSTALL}
${INSTALL_DATA} ${SRCDIR}/*.conf ${SRCDIR}/*.pem ${MODCPAN_EXAMPLES_DIR}
.include <bsd.port.mk>