mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
- ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
11 lines
192 B
Makefile
11 lines
192 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php5
|
|
|
|
PKGNAMESUFFIX= -sqlite3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|