mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
487 B
Makefile
17 lines
487 B
Makefile
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -odata
|
|
|
|
COMMENT= Free Pascal interface to odata
|
|
|
|
USES= fpc
|
|
USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-json \
|
|
fcl-net fcl-passrc fcl-res fcl-xml fcl-web httpd22 httpd24 \
|
|
ibase libmicrohttpd mysql odbc openssl oracle postgres pxlib \
|
|
rtl-extra rtl-objpas sqlite
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|