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 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.16 5.18 5.20 |
---|
8 | perl5.setup Net-LDAP-Express 0.11 ../by-authors/id/B/BR/BRONTO |
---|
9 | |
---|
10 | categories perl net security |
---|
11 | version 1.3 |
---|
12 | revision 0 |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | maintainers openmaintainer \ |
---|
16 | master-developer.com:macports |
---|
17 | license {Artistic-1 GPL} |
---|
18 | |
---|
19 | supported_archs noarch |
---|
20 | |
---|
21 | description Net::LDAP::Express - Simplified interface for Net::LDAP |
---|
22 | |
---|
23 | long_description Net::LDAP::Express is an alternative interface to the fantastic Graham Barr's Net::LDAP, that simplifies the tasks of adding and deleting multiple entries, renaming them, or searching entries residing in a common subtree. |
---|
24 | |
---|
25 | checksums sha256 8045fae653505f2b9bf69b79171afda365f628c2b05cdd085fafbd597fd2557c \ |
---|
26 | rmd160 84a0d59b1010810cf22fe857b3cadad77ccbb20e |
---|
27 | |
---|
28 | |
---|
29 | if {${perl5.major} != ""} { |
---|
30 | depends_lib-append port:p${perl5.major}-perl-ldap |
---|
31 | } |
---|
32 | |
---|