1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/security/tcpcrypt/Makefile
John-Mark Gurney 1b24dbfd64 add the tcpcrypt port... This provides an implementation of the
tcpcrypt protocol which tries to encrypt your tcp traffic w/o
modification...

www.tcpcrypt.org for more info..

Approved by:	bdrewery
2014-11-13 02:19:55 +00:00

27 lines
450 B
Makefile

# Created by: John-Mark Gurney <jmg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tcpcrypt
DISTVERSION= 0.3.rc1
CATEGORIES= security net
MAINTAINER= jmg@FreeBSD.org
COMMENT= TCPCrypt userland divert daemon
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= scslab
GH_TAGNAME= v0.3-rc1
GH_COMMIT= b110e7e
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= autoreconf libtool
INSTALL_TARGET= install-strip
USERS= tcpcryptd
GROUPS= tcpcryptd
.include <bsd.port.mk>