Lines 1-11
Link Here
|
1 |
PORTNAME= dnsjit |
1 |
PORTNAME= dnsjit |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 1.2.2 |
3 |
DISTVERSION= 1.2.3 |
4 |
CATEGORIES= dns net |
4 |
CATEGORIES= dns net |
5 |
|
5 |
|
6 |
PATCH_SITES= https://github.com/DNS-OARC/dnsjit/commit/ |
|
|
7 |
PATCHFILES= 4346a4859b1ff21f74cc4ae7c79ba6af07a5774f.patch:-p1 |
8 |
|
9 |
MAINTAINER= freebsd@dns.company |
6 |
MAINTAINER= freebsd@dns.company |
10 |
COMMENT= Engine for capturing, parsing and replaying DNS |
7 |
COMMENT= Engine for capturing, parsing and replaying DNS |
11 |
|
8 |
|
Lines 15-24
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
15 |
LIB_DEPENDS= libck.so:devel/concurrencykit \ |
12 |
LIB_DEPENDS= libck.so:devel/concurrencykit \ |
16 |
libgnutls.so:security/gnutls \ |
13 |
libgnutls.so:security/gnutls \ |
17 |
liblmdb.so:databases/lmdb \ |
14 |
liblmdb.so:databases/lmdb \ |
18 |
libluajit-5.1.so:lang/luajit-openresty \ |
15 |
libluajit-5.1.so.2:lang/luajit-openresty \ |
19 |
liblz4.so:archivers/liblz4 \ |
|
|
20 |
libpcap.so:net/libpcap \ |
16 |
libpcap.so:net/libpcap \ |
|
|
17 |
liblz4.so:archivers/liblz4 \ |
21 |
libzstd.so:archivers/zstd |
18 |
libzstd.so:archivers/zstd |
|
|
19 |
# Mind PR 262976 about libpcap |
22 |
|
20 |
|
23 |
USES= autoreconf libtool pkgconfig |
21 |
USES= autoreconf libtool pkgconfig |
24 |
USE_GITHUB= yes |
22 |
USE_GITHUB= yes |