ports/databases/postgresql-mysql_fdw/Makefile
Muhammad Moinur Rahman a40c0e7d83 */*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions

Approved by:	portmgr
2023-04-15 15:14:58 +02:00

24 lines
524 B
Makefile

PORTNAME= mysql_fdw
DISTVERSIONPREFIX= REL-
DISTVERSION= 2_9_0
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= tz@FreeBSD.org
COMMENT= PostgreSQL foreign data wrapper for MySQL
WWW= https://github.com/EnterpriseDB/mysql_fdw
LICENSE= PostgreSQL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake mysql pgsql:11+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= EnterpriseDB
MAKE_ENV= USE_PGXS=1
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/mysql_fdw.so
.include <bsd.port.mk>