Ticket #49662: Portfile

File Portfile, 907 bytes (added by macports@…, 8 years ago)

Portfile

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