mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8365ca387f
Changes: https://github.com/DNS-OARC/PacketQ/releases/tag/v1.4.0 PR: 220834 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
28 lines
499 B
Makefile
28 lines
499 B
Makefile
# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= packetq
|
|
PORTVERSION= 1.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= dns
|
|
|
|
MAINTAINER= freebsd@dns-lab.com
|
|
COMMENT= Basic SQL-frontend to PCAP-files
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GH_ACCOUNT= DNS-OARC
|
|
GH_PROJECT= PacketQ
|
|
USE_GITHUB= yes
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PLIST_FILES= bin/packetq
|
|
PORTDOCS= CHANGES COPYING FAQ.md FIELDS.md FUNCTIONS.md README.md
|
|
|
|
.include <bsd.port.mk>
|