Mercurial > hgrepos > FreeBSD > ports > net-mgmt > prometheus-client-c
changeset 1:2bc52187ae16
Build the meta-port for libprom and libpromhttp in version 0.1.3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 18 Mar 2025 18:39:25 +0100 |
| parents | 94d42eb82ae0 |
| children | 7dc64bb5205a |
| files | Makefile pkg-descr |
| diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Mar 18 18:39:25 2025 +0100 @@ -0,0 +1,21 @@ +PORTNAME= prometheus-client-c +DISTVERSION= 0.1.3 +CATEGORIES= net-mgmt +MASTER_SITES= +DISTFILES= + +MAINTAINER= freebsd-dev@dom66.de +COMMENT= Meta-port to include libprom and libpromhttp +WWW= https://github.com/digitalocean/prometheus-client-c + +LICENSE= APACHE20 + +RUN_DEPENDS= ${LOCALBASE}/lib/libprom.so:net-mgmt/prometheus-client-c-libprom \ + ${LOCALBASE}/lib/libpromhttp.so:net-mgmt/prometheus-client-c-libpromhttp + +NO_ARCH= yes +NO_BUILD= yes +NO_INSTALL= yes +NO_TEST= yes + +.include <bsd.port.mk>
