11 lines
182 B
Makefile
11 lines
182 B
Makefile
|
# Created by: Alex Dupre <ale@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= databases
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
||
|
|
||
|
PKGNAMESUFFIX= -pdo_firebird
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|