freebsd-ports/security/pecl-crypto/Makefile
2022-02-04 07:27:32 +08:00

17 lines
347 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= crypto
PORTVERSION= 0.3.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}
.include <bsd.port.mk>