mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
20 lines
383 B
Makefile
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>
|