mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# Created by: roam@orbitel.bg
|
|
|
|
PORTNAME= tcpcat
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ \
|
|
LOCAL/roam/net
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple utility for sending/receiving data over a TCP or a Unix-domain socket
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/tcpcat
|
|
|
|
.include <bsd.port.mk>
|