mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
18 lines
310 B
Makefile
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>
|