blob: e8217f1cc2282c5c0fe5549b5aca5967c922ae60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= pgsql-http
PORTVERSION= 1.7.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= lukas.engelhardt@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>
|