| 1 | # $Id: Portfile $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup perl5 1.0 |
|---|
| 5 | |
|---|
| 6 | categories perl |
|---|
| 7 | platforms darwin |
|---|
| 8 | perl5.setup Net-Z3950-ZOOM 1.21 |
|---|
| 9 | maintainers root.id.au:josh+macports \ |
|---|
| 10 | openmaintainer |
|---|
| 11 | description Perl implementation of the ZOOM API |
|---|
| 12 | long_description This module provides a nice, Perlish implementation of the \ |
|---|
| 13 | ZOOM Abstract API for information retrieval, described and \ |
|---|
| 14 | documented at http://zoom.z3950.org/api/. \ |
|---|
| 15 | The older Net::Z3950 API is also included. |
|---|
| 16 | |
|---|
| 17 | checksums md5 0894f760a1cafe4cd1b7b450b8fe7b19 \ |
|---|
| 18 | sha1 565655ecb1c1a21f2ca5eb6b66719780319315c7 \ |
|---|
| 19 | rmd160 6c674cc5f9bf8aad38d68f2a97d91e9b15dee92f |
|---|
| 20 | |
|---|
| 21 | depends_lib-append port:yaz |
|---|