ports/devel/pecl-json_post/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

18 lines
310 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= json_post
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= JSON POST handler in PHP
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
USE_PHP= json:build
.include <bsd.port.mk>