Added
Link Here
|
1 |
PORTNAME= egress-monitor |
2 |
DISTVERSION= 0.0.3 |
3 |
CATEGORIES= sysutils |
4 |
|
5 |
MAINTAINER= meka@tilda.center |
6 |
COMMENT= Set network interface groups based on default routes |
7 |
WWW= https://github.com/mekanix/egress-monitor |
8 |
|
9 |
LICENSE= BSD2CLAUSE |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
12 |
USES= uidfix |
13 |
USE_RC_SUBR= egress-monitor |
14 |
SUB_FILES= pkg-message |
15 |
|
16 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= mekanix |
18 |
|
19 |
PLIST_FILES= man/man1/egress-monitor.1.gz \ |
20 |
sbin/egress-monitor |
21 |
|
22 |
.include <bsd.port.mk> |