Add fpc-sqlite , free Pascal interface to SQLite.

PR:		ports/98655
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Renato Botelho 2006-06-21 15:45:29 +00:00
parent 510da5e3c8
commit eb0d782f33
2 changed files with 21 additions and 0 deletions

View file

@ -52,6 +52,7 @@
SUBDIR += fpc-odbc
SUBDIR += fpc-oracle
SUBDIR += fpc-postgres
SUBDIR += fpc-sqlite
SUBDIR += freetds
SUBDIR += freetds-msdblib
SUBDIR += gadfly

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: fpc-sqlite
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= databases lang
PKGNAMESUFFIX= -sqlite
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal interface to SQLite
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
USE_SQLITE= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"