Ticket #23637: Portfile

File Portfile, 868 bytes (added by voldmar@…, 14 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-redis
8version             0.6.1
9maintainers         nomaintainer
10description         Python client for Redis key-value store
11long_description    Python client for Redis key-value store
12platforms           darwin
13homepage            http://github.com/andymccurdy/redis-py
14master_sites        http://cloud.github.com/downloads/andymccurdy/redis-py/
15distname            redis-${version}
16checksums           md5 ba1250b291f3da897bfb4f5e1f376aff \
17                    sha1 072b61a618c66696a453eb0d540b905465b6ff95 \
18                    rmd160 558122e273c1d4956528394cc6630433f5a00527
19