freebsd-ports/sysutils/tlsdate/Makefile
Sunpoet Po-Chuan Hsieh 69ba5d7385 - Update to 0.0.13
- Convert to new test framework

Changes:	https://github.com/ioerror/tlsdate/blob/master/CHANGELOG
2015-10-01 15:56:30 +00:00

28 lines
473 B
Makefile

# $FreeBSD$
PORTNAME= tlsdate
PORTVERSION= 0.0.13
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Secure parasitic rdate replacement
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
TEST_TARGET= test
USE_OPENSSL= yes
USES= autoreconf libtool pkgconfig
PLIST_SUB= PKGNAME=${PKGNAME}
PORTDOCS= *
USE_GITHUB= yes
GH_ACCOUNT= ioerror
.include <bsd.port.mk>