Ticket #21445: Portfile-ldns-tools.diff
File Portfile-ldns-tools.diff, 1.4 KB (added by marius.rieder@…, 15 years ago) |
---|
-
net/ldns-tools/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ldns-tools 6 version 1.6. 06 version 1.6.1 7 7 categories net devel 8 8 platforms darwin 9 9 maintainers durchmesser.ch:marius.rieder 10 license BSD 10 11 description Tools for working with dns and dnssec. 11 12 long_description Tools as examples to the ldns library. \ 12 13 Usefull for debugging/query dns/dnssec server. … … 14 15 homepage http://www.nlnetlabs.nl/projects/ldns/ 15 16 master_sites http://www.nlnetlabs.nl/downloads/ldns/ 16 17 distfiles ldns-${version}${extract.suffix} 17 checksums sha1 e5fdbc5cd66f6afc4f816e9acd334bddc488e830 18 depends_lib port:ldns 18 checksums sha1 625ad56970ebf91ae91af2fbb92b048164717df1 19 20 depends_build bin:glibtool:libtool 21 depends_lib port:-ssl:ldns 22 19 23 worksrcdir ldns-${version}/examples 20 use_autoreconf yes 21 configure.args --with-ldns=${prefix} --without-ssl 24 configure.args --mandir=${prefix}/share/man --with-ldns=${prefix} --without-ssl 25 build.type gnu 22 26 23 variant ssl {27 variant ssl description {Use ssl to enable all crypt functions} { 24 28 configure.args-delete --without-ssl 25 29 configure.args-append --with-ssl=${prefix} 26 30 depends_lib-append port:openssl