10 lines
128 B
Makefile
10 lines
128 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php53
|
||
|
|
||
|
PKGNAMESUFFIX= -pcntl
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|