Files
ports/databases/pgsql-http/Makefile
T
Bernhard Froehlich f5a01351c3 */*: Change maintainer EMail address for Lukas Engelhardt
Submitted by:	private email (verified off site)
2026-05-25 16:46:21 +00:00

26 lines
505 B
Makefile

PORTNAME= pgsql-http
PORTVERSION= 1.7.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= develuke@gmx.de
COMMENT= PostgreSQL extension to trigger web services
WWW= https://github.com/pramsey/pgsql-http
LICENSE= MIT
BUILD_DEPENDS= curl:ftp/curl
LIB_DEPENDS= libcurl.so:ftp/curl
USES= gmake pgsql
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= pramsey
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/http.so
.include <bsd.port.mk>