diff options
Diffstat (limited to 'security/tcpcrypt/Makefile')
-rw-r--r-- | security/tcpcrypt/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/tcpcrypt/Makefile b/security/tcpcrypt/Makefile new file mode 100644 index 000000000000..41de10f6f63c --- /dev/null +++ b/security/tcpcrypt/Makefile @@ -0,0 +1,26 @@ +# 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> |