11 lines
187 B
Makefile
11 lines
187 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -posix
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|