Changeset 82442
- Timestamp:
- 08/13/11 16:11:46 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 3 deleted
- 1 edited
-
py-m2crypto/Portfile (modified) (4 diffs)
-
py25-m2crypto (deleted)
-
py26-m2crypto (deleted)
-
py27-m2crypto (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-m2crypto/Portfile
r80026 r82442 2 2 3 3 PortSystem 1.0 4 PortGroup python 241.04 PortGroup python 1.0 5 5 6 6 name py-m2crypto 7 7 version 0.21.1 8 8 categories-append crypto devel 9 maintainers nomaintainer9 maintainers ram openmaintainer 10 10 description M2Crypto is a crypto and SSL toolkit for Python. 11 11 long_description ${description} … … 17 17 distname M2Crypto-${version} 18 18 19 python.versions 24 25 26 27 20 19 21 checksums md5 f93d8462ff7646397a9f77a2fe602d17 \ 20 22 sha1 3c7135b952092e4f2eee7a94c5153319cccba94e \ … … 22 24 23 25 depends_lib-append port:swig-python \ 24 port:openssl \ 25 port:py-setuptools 26 port:openssl 27 28 if {${subport} == "py24-m2crypto"} { 29 depends_lib-append port:py-setuptools 30 } elseif {$subport != $name} { 31 depends_lib-append port:py${python.version}-distribute 32 } 26 33 27 34 post-patch { … … 32 39 33 40 post-destroot { 34 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 41 if {${name} != ${subport}} { 42 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} 35 43 eval file copy [glob ${worksrcpath}/doc/*] \ 36 ${destroot}${prefix}/share/doc/${name} 44 ${destroot}${prefix}/share/doc/${subport} 45 } 37 46 } 38 47
Note: See TracChangeset
for help on using the changeset viewer.

