Mercurial > hgrepos > FreeBSD > ports > net-mgmt > prometheus-client-c
comparison Makefile @ 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 | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:94d42eb82ae0 | 1:2bc52187ae16 |
|---|---|
| 1 PORTNAME= prometheus-client-c | |
| 2 DISTVERSION= 0.1.3 | |
| 3 CATEGORIES= net-mgmt | |
| 4 MASTER_SITES= | |
| 5 DISTFILES= | |
| 6 | |
| 7 MAINTAINER= freebsd-dev@dom66.de | |
| 8 COMMENT= Meta-port to include libprom and libpromhttp | |
| 9 WWW= https://github.com/digitalocean/prometheus-client-c | |
| 10 | |
| 11 LICENSE= APACHE20 | |
| 12 | |
| 13 RUN_DEPENDS= ${LOCALBASE}/lib/libprom.so:net-mgmt/prometheus-client-c-libprom \ | |
| 14 ${LOCALBASE}/lib/libpromhttp.so:net-mgmt/prometheus-client-c-libpromhttp | |
| 15 | |
| 16 NO_ARCH= yes | |
| 17 NO_BUILD= yes | |
| 18 NO_INSTALL= yes | |
| 19 NO_TEST= yes | |
| 20 | |
| 21 .include <bsd.port.mk> |
