blob: 93184a669a76ba05f28df0d4f838bf9bcc2bd3de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: John-Mark Gurney <jmg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tcpcrypt
DISTVERSIONPREFIX= v
DISTVERSION= 0.3-rc1
CATEGORIES= security net
MAINTAINER= jmg@FreeBSD.org
COMMENT= TCPCrypt userland divert daemon
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= scslab
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= autoreconf libtool
INSTALL_TARGET= install-strip
USERS= tcpcryptd
GROUPS= tcpcryptd
.include <bsd.port.mk>
|