freebsd-ports/databases/sqliteodbc-sqlite2/Makefile
Guido Falsi 38614e2e92 - Update sqliteodbc port to 0.9994
- 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]
2016-06-05 16:55:50 +00:00

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"