17 lines
297 B
Makefile
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>
|