freebsd-ports/sysutils/tlsdate/Makefile
Sunpoet Po-Chuan Hsieh c1e595f8b6 - Update to 0.0.12
- Cosmetic change
- Take maintainership

Changes:	https://github.com/ioerror/tlsdate/blob/master/CHANGELOG
2015-03-16 16:17:30 +00:00

32 lines
591 B
Makefile

# $FreeBSD$
PORTNAME= tlsdate
PORTVERSION= 0.0.12
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
GH_COMMIT= cc2e251
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.include <bsd.port.mk>