mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -pdo_sqlite
|
|
|
|
.include "${MASTERDIR}/Makefile"
|