1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/security/tcpcrypt/Makefile
Mathieu Arnold 2020021309 Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:41:23 +00:00

26 lines
431 B
Makefile

# 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>