11 lines
185 B
Makefile
11 lines
185 B
Makefile
# Created by: Alex Keda <admin@lissyara.su>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php52
|
|
|
|
PKGNAMESUFFIX= -json
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|