1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/security/pecl-crypto/Makefile
2021-04-06 16:31:07 +02:00

20 lines
383 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= crypto
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= gasol.wu@gmail.com
COMMENT= Objective wrapper for OpenSSL Crypto Library
LICENSE= PHP301
USES= compiler:c++11-lang php:pecl
CONFIGURE_ARGS= --with-crypto
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
IGNORE_WITH_PHP= 80
.include <bsd.port.mk>