ports/net/tcpcat/Makefile
2021-04-06 16:31:07 +02:00

15 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>