1 | PortSystem 1.0 |
---|
2 | PortGroup perl5 1.0 |
---|
3 | |
---|
4 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
5 | perl5.setup Net-Bonjour 0.96 |
---|
6 | revision 1 |
---|
7 | license {Artistic-1 GPL} |
---|
8 | maintainers nomaintainer |
---|
9 | description Module for DNS service discovery (Apple's Bonjour). |
---|
10 | long_description Net::Bonjour is a set of modules that allow one to discover local \ |
---|
11 | services via multicast DNS (mDNS) or enterprise services via \ |
---|
12 | traditional DNS. This method of service discovery has been \ |
---|
13 | branded as Bonjour by Apple Computer. |
---|
14 | checksums sha1 031f64da62090bd592c997ce03c39b23dba1831c \ |
---|
15 | rmd160 1ba2d4d2f0690859820970d55a2e1f06f017d4c6 |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | if {${perl5.major} == ""} { |
---|
19 | depends_lib-append port:p5-net-dns |
---|
20 | } else { |
---|
21 | depends_lib-append port:p${perl5.major}-net-dns |
---|
22 | } |
---|