f191a0244b
- Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1]
18 lines
331 B
Makefile
18 lines
331 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsodium
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 1
|
|
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>
|