mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
bf6a98f854
PR: ports/183415, ports/183418, ports/183419, ports/183421 Submitted by: Denis Generalov <gd.workbox@gmail.com> (maintainer)
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= knc
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= KNC is Kerberised NetCat
|
|
|
|
LICENSE= BSD MIT
|
|
LICENSE_COMB= multi
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
PLIST_FILES= bin/knc \
|
|
man/man1/knc.1.gz
|
|
|
|
.include <bsd.port.mk>
|