mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
13 lines
230 B
Makefile
13 lines
230 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
|
|
|
PKGNAMESUFFIX= -pdo_sqlite
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|