blob: abc6338405c2fcad311fbfd15685dfe601962569 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= nc
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SUNSITE/utils/file
DISTNAME= ncat-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Network aware cat
GNU_CONFIGURE= yes
PLIST_FILES= bin/ncat \
man/man1/ncat.1.gz
.include <bsd.port.mk>
|