diff options
author | ashish <ashish@FreeBSD.org> | 2015-02-07 23:58:33 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-02-07 23:58:33 +0800 |
commit | b5549d2e47a5b9efa2771aa134a49b929f182431 (patch) | |
tree | b475a06100dc5ca49a436c55fe4343927985cf5b /dns/Makefile | |
parent | 667a9ee4c5b635870f3592f170e8827548fd7d4f (diff) | |
download | freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.tar.gz freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.tar.zst freebsd-ports-gnome-b5549d2e47a5b9efa2771aa134a49b929f182431.zip |
Add port dns/libasr-devel
libasr is a FREE asynchronous DNS resolver.
libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:
* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX
This port packages the development snapshots released by OpenSMTPD team.
WWW: https://github.com/OpenSMTPD/libasr
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 660aa555be0e..3a1f9c0faeb5 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -72,6 +72,7 @@ SUBDIR += ldns SUBDIR += ldnsm SUBDIR += libasr + SUBDIR += libasr-devel SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn |