freebsd-ports/databases/postgresql-mysql_fdw/Makefile
Muhammad Moinur Rahman 8c8dd66afa databases/postgresql-mysql_fdw: Update version 2.8.0=>2.9.0
- Move PLIST_FILES to pkg-plist

Approved by:	tz (private email)
Relnotes: https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_9_0
Sponsored by:	Bounce Experts
2022-12-31 15:58:52 -06: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:10+
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>