3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
17 lines
315 B
Makefile
17 lines
315 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsodium
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= PHP wrapper for the Sodium cryptographic library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|