forked from Lainports/opnsense-ports
Our 5.6.8 patch has landed and causes some ripples WRT stale port revisions in individual Makefiles. This will prevent updates for a bit, but does no real harm since 5.6.9 is around the corner in any case. ;) Taken from: FreeBSD
10 lines
177 B
Makefile
10 lines
177 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= databases
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php56
|
|
|
|
PKGNAMESUFFIX= -sqlite3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|