diff options
Diffstat (limited to 'devel/fpc-odata/Makefile')
-rw-r--r-- | devel/fpc-odata/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/fpc-odata/Makefile b/devel/fpc-odata/Makefile deleted file mode 100644 index 1b843fb273de..000000000000 --- a/devel/fpc-odata/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -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" |