Update www/pecl-solr to version 2.4.0
[dports.git] / sysutils / tlsdate / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       tlsdate
4 PORTVERSION=    0.0.13
5 DISTVERSIONPREFIX=      ${PORTNAME}-
6 CATEGORIES=     sysutils
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        Secure parasitic rdate replacement
10
11 LICENSE=        BSD3CLAUSE
12
13 LIB_DEPENDS=    libevent.so:devel/libevent2
14
15 OPTIONS_DEFINE= DOCS
16
17 GNU_CONFIGURE=  yes
18 TEST_TARGET=    test
19 USE_OPENSSL=    yes
20 USES=           autoreconf libtool pkgconfig
21
22 PLIST_SUB=      PKGNAME=${PKGNAME}
23 PORTDOCS=       *
24
25 USE_GITHUB=     yes
26 GH_ACCOUNT=     ioerror
27
28 .include <bsd.port.mk>