PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652, 98654, 98656, 98657, 98658, 98720, 98724 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
21 lines
415 B
Makefile
21 lines
415 B
Makefile
# New ports collection makefile for: Free Pascal Compiler
|
|
# Date created: 28 November 2001
|
|
# Whom: John Merryweather Cooper et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= databases lang
|
|
PKGNAMESUFFIX= -postgres
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to PostGreSQL
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
USE_PGSQL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|