mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
aadb18327d
wdns (0.8.0) [ Henry Stern ] * wdns_str_to_rcode(): New function. * wdns_str_to_name_case(): New function. Sponsored by: Farsight Security, Inc.
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wdns
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= Low-level DNS library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool pathfix pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|