73d2818097
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
14 lines
324 B
Makefile
14 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqliteodbc
|
|
CATEGORIES= databases
|
|
PKGNAMESUFFIX= -sqlite2
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= ODBC driver for SQLite 2
|
|
|
|
MASTERDIR= ${.CURDIR}/../sqliteodbc
|
|
|
|
BROKEN_aarch64= Fails to compile: error: passing char * to parameter of incompatible type va_list
|
|
|
|
.include "${MASTERDIR}/Makefile"
|