freebsd-ports/security/pecl-crypto/Makefile
Mark Linimon 4734e25a31 Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 20:33:22 +00:00

23 lines
631 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= crypto
PORTVERSION= 0.3.1
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_mips= fails to configure: C compiler cannot create executables
BROKEN_mips64= fails to configure: C compiler cannot create executables
BROKEN_powerpc64= fails to configure: C compiler cannot create executables
USES= php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
.include <bsd.port.mk>