freebsd-ports/devel/pecl-jsond/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

17 lines
279 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= jsond
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= JavaScript Object Notation in PHP
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>