2021-04-28 17:57:58 +00:00

32 lines
655 B
Makefile

# $OpenBSD: Makefile,v 1.2 2021/04/28 17:57:58 tb Exp $
COMMENT = perl module for using OpenSSL
DISTNAME = Net-SSLeay-1.88
REVISION = 2
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 \
devel/p5-Test-Pod-Coverage
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>