mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
|
|
PORTNAME= nc
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SUNSITE/utils/file
|
|
DISTNAME= ncat-${PORTVERSION}
|
|
|
|
MAINTAINER= lx@redundancy.redundancy.org
|
|
COMMENT= Network aware cat
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ncat \
|
|
man/man1/ncat.1.gz
|
|
|
|
.include <bsd.port.mk>
|