freebsd-ports/dns/dnstable/Makefile
Don Lewis 5dbe91a909 Update dns/dnstable to from version 0.11.0 to 0.11.2:
dnstable (0.11.2)

    * Fix memory leaks while skipping rows of data during offset processing.

    * Fix minor leak in dnstable_lookup printing.

    * Add more dnstable_lookup tests.

  dnstable (0.11.1)

    * Change dnstable_query_set_skip to ..._offset. Note that the
      ABI library revision was not bumped.

    * Change dnstable_lookup parameter for offset from -s to -O

    * Added unit tests for some exposed dnstable functionality, including
      for filter and query timeouts.

Sponsored by:	Farsight Security, Inc.
2019-07-05 19:03:14 +00:00

30 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= dnstable
PORTVERSION= 0.11.2
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= Encoding format, library, and utilities for passive DNS data
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libmtbl.so:devel/mtbl \
libyajl.so:devel/yajl \
libwdns.so:dns/wdns
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-install:
.for i in 1 3 5 7
${INSTALL_MAN} ${WRKSRC}/man/*.${i} ${STAGEDIR}/${PREFIX}/man/man${i}
.endfor
.include <bsd.port.mk>