diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:45:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 15:45:29 +0000 |
commit | eb0d782f33dee098ace2b7664652a49599119498 (patch) | |
tree | 5c0dd16895d40a3aa905ef366a72570ca8a8913c /databases/fpc-sqlite | |
parent | - update to 0.12.1 (diff) |
Add fpc-sqlite , free Pascal interface to SQLite.
PR: ports/98655
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes
Notes:
svn path=/head/; revision=165938
Diffstat (limited to 'databases/fpc-sqlite')
-rw-r--r-- | databases/fpc-sqlite/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile new file mode 100644 index 000000000000..d6becf2d0b51 --- /dev/null +++ b/databases/fpc-sqlite/Makefile @@ -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" |