blob: acba5a993c018b3bcc1c3d9de50d899f5309d555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: John Merryweather Cooper et al
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= databases lang
PKGNAMESUFFIX= -postgres
COMMENT= Free Pascal interface to PostGreSQL
USES= fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= PGSQL
PGSQL_DESC= Install PostgreSQL client
OPTIONS_DEFAULT= PGSQL
PGSQL_USES= pgsql
.include "${MASTERDIR}/Makefile"
|