diff options
Diffstat (limited to 'databases/fpc-postgres/Makefile')
-rw-r--r-- | databases/fpc-postgres/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile deleted file mode 100644 index f9c1e95fb4c3..000000000000 --- a/databases/fpc-postgres/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -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 - -PGSQL_USES= pgsql - -.include "${MASTERDIR}/Makefile" |