blob: 452f53154a59fe071757e1f505de5b587921063d (
plain) (
blame)
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
26
27
|
PORTNAME= tlsdate
PORTVERSION= 0.0.13
DISTVERSIONPREFIX= tlsdate-
PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Secure parasitic rdate replacement
WWW= https://github.com/ioerror/tlsdate
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent
USES= autoreconf libtool pkgconfig ssl
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
GNU_CONFIGURE= yes
TEST_TARGET= test
USE_GITHUB= yes
GH_ACCOUNT= ioerror
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|