1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-memcached |
---|
7 | version 1.40 |
---|
8 | categories python devel net |
---|
9 | platforms darwin |
---|
10 | maintainers trashmail.net:macports_dharland |
---|
11 | description Pure python memcached client |
---|
12 | long_description This software is a 100% Python interface to the memcached \ |
---|
13 | memory cache daemon. It is the client side software which \ |
---|
14 | allows storing values in one or more, possibly remote, \ |
---|
15 | memcached servers. Search google for memcached for more \ |
---|
16 | information. |
---|
17 | |
---|
18 | homepage http://www.tummy.com/Community/software/python-memcached/ |
---|
19 | master_sites ftp://ftp.tummy.com/pub/python-memcached/ |
---|
20 | checksums md5 fa551479291679871ac64ab74d1a52d0 \ |
---|
21 | sha1 9425ed7f59d6bbabb0405df2c078006adc708d26 \ |
---|
22 | rmd160 171349a7e524a8a5d399c00c18d2c9461ed6de05 |
---|
23 | distname python-memcached-${version} |
---|
24 | depends_build port:py-setuptools |
---|