ee8326b40c
PR: 260965
17 lines
347 B
Makefile
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>
|