mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -pdo_pgsql
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|