1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/tcpslice/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

23 lines
370 B
Makefile

# Created by: smace@FreeBSD.org
# $FreeBSD$
PORTNAME= tcpslice
PORTVERSION= 20140407
CATEGORIES= net
MAINTAINER= sbz@FreeBSD.org
COMMENT= Tool for extracting portions of pcap files
LICENSE= BSD3CLAUSE
PLIST_FILES= sbin/tcpslice \
man/man1/tcpslice.1.gz
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= the-tcpdump-group
GH_TAGNAME= 2837b72
.include <bsd.port.mk>