aboutsummaryrefslogtreecommitdiff
path: root/net/nc/Makefile
blob: d148ef12e04ac3d090280c9fca5a0340917c9397 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>