freebsd-ports/databases/fpc-sqlite/Makefile
Renato Botelho eb0d782f33 Add fpc-sqlite , free Pascal interface to SQLite.
PR:		ports/98655
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:45:29 +00:00

20 lines
415 B
Makefile

# 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"