aboutsummaryrefslogtreecommitdiffstats
path: root/security/R-cran-openssl/Makefile
blob: 363391cffa2292c0fd7c506155adbf07b673063e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   openssl
PORTVERSION=    1.0.1
CATEGORIES= security
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Toolkit for Encryption, Signatures and Certificates Based on OpenSSL

LICENSE=    MIT

TEST_DEPENDS=   bash:shells/bash

USES=       cran:auto-plist,compiles shebangfix ssl

SHEBANG_FILES=  ${WRKSRC}/tests/google.dk/generate.bash

R_POSTCMD_INSTALL_OPTIONS+= --configure-vars="INCLUDE_DIR=${OPENSSLINC} LIB_DIR=${OPENSSLLIB}"

post-patch:
    ${REINPLACE_CMD} -e '1,5d' ${WRKSRC}/src/ssl.c

.include <bsd.port.mk>