diff --git a/net/ldapvi/Portfile b/net/ldapvi/Portfile
index 4aeb818..0f65df5 100644
a
|
b
|
# Port file for ldapvi - testing. |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name ldapvi |
5 | | version 1.1 |
| 5 | version 1.5 |
6 | 6 | categories net sysutils |
7 | 7 | maintainers dreamind@dreamind.de |
8 | 8 | description using ldapvi you can update LDAP entries with a text editor |
… |
… |
long_description ldapvi is a small tool, |
11 | 11 | homepage http://www.lichteblau.com/src.html |
12 | 12 | platforms darwin freebsd |
13 | 13 | master_sites http://www.lichteblau.com/download/ |
14 | | checksums md5 9395bc94613d33cdd8840b83821c9fb0 \ |
15 | | sha1 56976e4a4dd8b392299e5f3d5d457373c5c52c7a |
16 | | depends_lib lib:libpopt:popt |
| 14 | checksums md5 e98f9fbd5596aac81373a849888a87f1 \ |
| 15 | sha1 a3a7857dea6cef4a0bb04f7fbb5228d445cf970b |
| 16 | depends_lib lib:libpopt:popt port:openldap port:pkgconfig |
17 | 17 | configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
18 | 18 | configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" |
19 | 19 | destroot.destdir prefix=${destroot}/${prefix} |