freebsd-ports/security/pecl-libsodium/Makefile
Sunpoet Po-Chuan Hsieh b08f77dd97 Add PORTSCOUT
2019-02-02 21:55:15 +00:00

19 lines
339 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= libsodium
PORTVERSION= 1.0.7
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP wrapper for the Sodium cryptographic library
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libsodium.so:security/libsodium
USES= php:pecl
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>