mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
24 lines
490 B
Makefile
24 lines
490 B
Makefile
PORTNAME= orafce
|
|
DISTVERSIONPREFIX= VERSION_
|
|
DISTVERSION= 4_14_3
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= postgresql-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Oracle's compatibility functions and packages for PostgreSQL
|
|
WWW= https://github.com/orafce/orafce
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT.orafce
|
|
|
|
USES= gmake pgsql
|
|
|
|
LLD_UNSAFE= yes
|
|
WANT_PGSQL= server
|
|
|
|
USE_GITHUB= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/orafce.so
|
|
|
|
.include <bsd.port.mk>
|