1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

- Add LICENSE

- Cosmetic fixes
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-06-26 09:32:01 +00:00
parent c4502a7621
commit 9ab01c1039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505148
2 changed files with 5 additions and 4 deletions

View File

@ -10,16 +10,17 @@ MASTER_SITES= http://monkey.org/~provos/
MAINTAINER= oz@nixil.net
COMMENT= Provides a non-blocking thread-safe API for resolving DNS names
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS=--with-libevent=${LOCALBASE}
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
MAKE_JOBS_UNSAFE= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \
${WRKSRC}/Makefile.in

View File

@ -7,4 +7,4 @@ The code borrows heavily from the BSD resolver library. In fact, it is an
extremely ugly hack to make the BSD resolver library non-blocking and
thread-safe without changing the API too much.
WWW: http://www.monkey.org/~provos/libdnsres/
WWW: https://www.monkey.org/~provos/libdnsres/