Ticket #12987: Portfile

File Portfile, 1022 bytes (added by macports_dharland@…, 17 years ago)

python/py-memcached/Portfile

Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python24 1.0
5
6name              py-memcached
7version           1.40
8categories        python devel net
9platforms         darwin
10maintainers       trashmail.net:macports_dharland
11description       Pure python memcached client
12long_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
18homepage          http://www.tummy.com/Community/software/python-memcached/
19master_sites      ftp://ftp.tummy.com/pub/python-memcached/
20checksums         md5 fa551479291679871ac64ab74d1a52d0 \
21                  sha1 9425ed7f59d6bbabb0405df2c078006adc708d26 \
22                  rmd160 171349a7e524a8a5d399c00c18d2c9461ed6de05
23distname          python-memcached-${version}
24depends_build     port:py-setuptools