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.18 5.20 5.22 |
---|
8 | perl5.setup Net-LDAP-Express 0.12 ../by-authors/id/B/BR/BRONTO |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers openmaintainer \ |
---|
12 | master-developer.com:macports |
---|
13 | |
---|
14 | license {Artistic-1 GPL} |
---|
15 | |
---|
16 | supported_archs noarch |
---|
17 | |
---|
18 | description Net::LDAP::Express - Simplified interface for Net::LDAP |
---|
19 | |
---|
20 | long_description ${description} |
---|
21 | |
---|
22 | checksums rmd160 fce8d9d567486105c846eb2348495e4e0bafe643 \ |
---|
23 | sha256 e2055e93a28ddb33ed7762ba3b5ceb40282048f4e8ca7d8db7f81d0a76f8a025 |
---|
24 | |
---|
25 | homepage http://search.cpan.org/~bronto/Net-LDAP-Express-0.12/Express.pm |
---|
26 | |
---|
27 | |
---|
28 | if { ${perl5.major} != "" } { |
---|
29 | depends_lib-append port:p${perl5.major}-perl-ldap |
---|
30 | } |
---|
31 | |
---|