Changeset 79139
- Timestamp:
- 06/02/11 19:33:31 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libssh/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libssh/Portfile
r79138 r79139 2 2 # $Id$ 3 3 4 PortSystem 1.05 PortGroup cmake 1.04 PortSystem 1.0 5 PortGroup cmake 1.0 6 6 7 name libssh8 epoch 19 version 0.5.010 set major [join [lrange [split ${version} .] 0 1] .]11 categories devel security net12 platforms darwin13 maintainers snc openmaintainer14 license LGPL-2.17 name libssh 8 epoch 1 9 version 0.5.0 10 set major [join [lrange [split ${version} .] 0 1] .] 11 categories devel security net 12 platforms darwin 13 maintainers snc openmaintainer 14 license LGPL-2.1 15 15 16 description an SSH library16 description an SSH library 17 17 18 long_description The ssh library was designed to be used by \19 programmers needing a working SSH implementation \20 by the mean of a library.18 long_description The ssh library was designed to be used by \ 19 programmers needing a working SSH implementation \ 20 by the mean of a library. 21 21 22 homepage http://www.libssh.org23 master_sites http://www.libssh.org/files/${major}22 homepage http://www.libssh.org 23 master_sites http://www.libssh.org/files/${major} 24 24 25 25 checksums sha1 ec72a2e23f97d412c465f8ba97d688679550ac18 \ 26 26 rmd160 22af6792cfa6cca8c5371fc60a1607f7489cee28 27 27 28 depends_lib port:openssl \29 port:zlib28 depends_lib port:openssl \ 29 port:zlib 30 30 31 31 post-extract { file mkdir ${workpath}/build }
Note: See TracChangeset
for help on using the changeset viewer.

