freebsd-ports/security/pecl-crypto/Makefile
Mark Linimon 3187b5cd97 These ports now build on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2019-08-26 15:57:51 +00:00

24 lines
668 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= crypto
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= gasol.wu@gmail.com
COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
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>