freebsd-ports/sysutils/tlsdate/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

30 lines
541 B
Makefile

# $FreeBSD$
PORTNAME= tlsdate
PORTVERSION= 0.0.12
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
USE_OPENSSL= yes
USES= autoreconf libtool pkgconfig
PLIST_SUB= PKGNAME=${PKGNAME}
PORTDOCS= *
USE_GITHUB= yes
GH_ACCOUNT= ioerror
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.include <bsd.port.mk>