10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php53
|
|
|
|
PKGNAMESUFFIX= -pdo_sqlite
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|