freebsd-ports/devel/pecl-jsond/Makefile

21 lines
349 B
Makefile
Raw Normal View History

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= jsond
PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= JavaScript Object Notation in PHP
LICENSE= PHP301
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>