Ticket #47398: Portfile

File Portfile, 1.1 KB (added by macports@…, 9 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# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20
8perl5.setup         Net-LDAP-Express 0.11 ../by-authors/id/B/BR/BRONTO
9
10categories                      perl net security
11version                         1.3
12revision                        0
13
14platforms           darwin
15maintainers         openmaintainer \
16                                        master-developer.com:macports
17license             {Artistic-1 GPL}
18
19supported_archs     noarch
20
21description         Net::LDAP::Express - Simplified interface for Net::LDAP
22
23long_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
25checksums           sha256 8045fae653505f2b9bf69b79171afda365f628c2b05cdd085fafbd597fd2557c \
26                    rmd160 84a0d59b1010810cf22fe857b3cadad77ccbb20e
27
28
29if {${perl5.major} != ""} {
30                depends_lib-append  port:p${perl5.major}-perl-ldap
31}
32