blob: d6becf2d0b518b51b923e1215e8396c1de1816c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
|