10 lines
178 B
Makefile
10 lines
178 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -pdo_odbc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|