forked from Lainports/freebsd-ports
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:
parent
510da5e3c8
commit
eb0d782f33
2 changed files with 21 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
SUBDIR += fpc-odbc
|
||||
SUBDIR += fpc-oracle
|
||||
SUBDIR += fpc-postgres
|
||||
SUBDIR += fpc-sqlite
|
||||
SUBDIR += freetds
|
||||
SUBDIR += freetds-msdblib
|
||||
SUBDIR += gadfly
|
||||
|
|
|
|||
20
databases/fpc-sqlite/Makefile
Normal file
20
databases/fpc-sqlite/Makefile
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue