# Created by: Gasol Wu # $FreeBSD: head/security/pecl-crypto/Makefile 559554 2020-12-29 09:14:44Z antoine $ 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