opnsense-ports/security/R-cran-openssl/Makefile
Franco Fichtner 58e5fc8069 */*: sync with upstream
Taken from: FreeBSD
2016-06-28 08:15:05 +02:00

24 lines
524 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= openssl
PORTVERSION= 0.9.4
CATEGORIES= security
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Toolkit for Encryption, Signatures and Certificates Based on OpenSSL
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000015
WITH_OPENSSL_PORT= yes
R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_DIR=${OPENSSLINC} LIB_DIR=${OPENSSLLIB}"
USES+= ssl
.endif
.include <bsd.port.mk>