freebsd-ports/databases/fpc-postgres/Makefile
John Marino d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00

23 lines
484 B
Makefile

# Created by: John Merryweather Cooper et al
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= databases lang
PKGNAMESUFFIX= -postgres
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to PostGreSQL
USE_FPC= yes
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"