Ticket #57800: Portfile

File Portfile, 988 bytes (added by ianlund (Ian Timothy), 6 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem                      1.0
4
5name                            libasr
6version                         1.0.2
7license             bsd
8categories                      net devel
9platforms                       darwin
10description                     Asynchronous DNS resolver library
11long_description        libasr is a free, simple and portable asynchronous resolver library. It allows to run dns queries and perform hostname resolutions in a fully asynchronous fashion. The implementation is thread-less, fork-less, and does not make use of signals or other "tricks" that might get in the developer's way.
12homepage                        https://www.opensmtpd.org
13
14maintainers                     openmaintainer \
15                                        thrivedata.it:ian
16
17master_sites                    https://www.opensmtpd.org/archives/
18
19checksums                       rmd160  515da534a66eab6d1bbd2629c0b0991456869492 \
20                                        sha256  a6f5d1c6306938156da3427525572b9b16c1e6be6c69845d390bb63f41a58b34 \
21                                        size    406428
22
23depends_build           port:autoconf \
24                                        port:automake \
25                                        port:libtool