38614e2e92
- Remove options, leaving only sqlite 3 support, split sqlite2 support in a separate slave port [1] - Convert to USES=sqlite (depends on [1]) Suggested by: mandree (thanks) [1]
12 lines
224 B
Makefile
12 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqliteodbc
|
|
CATEGORIES= databases
|
|
PKGNAMESUFFIX= -sqlite2
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= ODBC driver for SQLite 2
|
|
|
|
MASTERDIR= ${.CURDIR}/../sqliteodbc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|