Changeset 21673
- Timestamp:
- 02/01/07 12:00:44 (3 years ago)
- Files:
-
- 1 modified
-
trunk/dports/python/py-libgmail/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-libgmail/Portfile
r20397 r21673 4 4 PortGroup python24 1.0 5 5 6 name py-libgmail7 version 0.1.3.38 categories python mail9 platforms darwin10 maintainers nomaintainer@macports.org11 description Python binding for accessing Gmail12 long_description The libgmail project is a pure Python binding to provide \13 access to Google's Gmail web-mail service.6 name py-libgmail 7 version 0.1.5.1 8 categories python mail 9 platforms darwin 10 maintainers eridius@macports.org 11 description Python binding for accessing Gmail 12 long_description The libgmail project is a pure Python binding to provide \ 13 access to Google's Gmail web-mail service. 14 14 15 homepage http://libgmail.sourceforge.net/ 16 master_sites sourceforge:libgmail 17 distname libgmail-${version} 18 checksums md5 ebef72abd4fbccdad9291378ac625d9a 15 homepage http://libgmail.sourceforge.net/ 16 master_sites sourceforge:libgmail 17 distname libgmail-${version} 18 checksums md5 97b6fdd56b715068fddc38edb21b91cf \ 19 sha1 6d23e50e402d8c8cdafa88ad14191cd0a6b1fb3a 19 20 20 post-destroot {21 xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \22 ${destroot}${prefix}/share/doc/${name}21 post-destroot { 22 xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING PKG-INFO README \ 23 ${destroot}${prefix}/share/doc/${name} 23 24 } 24 25

