aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-crypto/Makefile
blob: 31b90f4fcd5b78073e574f0ab056319aaa4cc5a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>