307aca09a9
PR: 205857 Submitted by: maintainer
23 lines
427 B
Makefile
23 lines
427 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crypto
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Objective wrapper for OpenSSL Crypto Library
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= tar:tgz
|
|
CONFIGURE_ARGS= --with-crypto
|
|
USE_OPENSSL= yes
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
|
|
.include <bsd.port.mk>
|