14 lines
247 B
Makefile
14 lines
247 B
Makefile
# New ports collection makefile for: php5-json
|
|
# Date created: 10 Dec 2008
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -json
|
|
|
|
.include "${MASTERDIR}/Makefile"
|