11 lines
174 B
Makefile
11 lines
174 B
Makefile
|
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
||
|
|
||
|
PKGNAMESUFFIX= -readline
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|