freebsd-ports/devel/pecl-ds/Makefile
2019-08-24 00:07:45 +00:00

17 lines
297 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ds
PORTVERSION= 1.2.9
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data Structures for PHP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase php:pecl
USE_PHP= json:build
.include <bsd.port.mk>