mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
PORTNAME= json_post
|
|
PORTVERSION= 1.1.0
|
|
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>
|