# $Id: Portfile 68935 2010-06-18 12:28:06Z stromnov@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name py26-pymongo version 1.7 categories-append databases maintainers nomaintainer description Python access to mongodb long_description \ The PyMongo distribution contains tools for interacting with the Mongo \ database from Python. platforms darwin homepage http://www.mongodb.org/ master_sites http://pypi.python.org/packages/source/p/pymongo/ distname pymongo-${version} checksums md5 6e74632aa71504321cd14af327e7ab7b \ sha1 f9aaae223f313120f63c897a13f9a8f8a2945e62 \ rmd160 76341d390c1ae14d5d04448778f72d28d5a6bf9e post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README.rst \ ${destroot}${prefix}/share/doc/${name} } livecheck.url [lindex ${master_sites} 0] livecheck.regex {pymongo-([.\d]+)\.tar\.gz}