blob: 0fe6178158b021cb28870f824f9f4b44f455f435 (
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: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= crypto
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= security
MAINTAINER= gasol.wu@gmail.com
COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
BROKEN_aarch64= fails to configure: C compiler cannot create executables
BROKEN_armv6= fails to configure: C compiler cannot create executables
BROKEN_armv7= fails to configure: C compiler cannot create executables
BROKEN_mips= fails to configure: C compiler cannot create executables
BROKEN_mips64= fails to configure: C compiler cannot create executables
USES= compiler:c++11-lang php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>
|