diff options
Diffstat (limited to 'ports/pfring')
| -rw-r--r-- | ports/pfring/CONTROL | 5 | ||||
| -rw-r--r-- | ports/pfring/vcpkg.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/pfring/CONTROL b/ports/pfring/CONTROL deleted file mode 100644 index edddaa9a5..000000000 --- a/ports/pfring/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: pfring
-Version: 2019-10-17-2
-Homepage: https://github.com/ntop/PF_RING
-Description: PF_RING™ is a Linux kernel module and user-space framework that allows you to process packets at high-rates while providing you a consistent API for packet processing applications.
-Build-Depends: libpcap
diff --git a/ports/pfring/vcpkg.json b/ports/pfring/vcpkg.json new file mode 100644 index 000000000..9e78c638b --- /dev/null +++ b/ports/pfring/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "pfring", + "version-string": "2019-10-17", + "port-version": 3, + "description": "PF_RING™ is a Linux kernel module and user-space framework that allows you to process packets at high-rates while providing you a consistent API for packet processing applications.", + "homepage": "https://github.com/ntop/PF_RING", + "dependencies": [ + "libpcap" + ] +} |
