New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82428


Ignore:
Timestamp:
08/13/11 10:30:05 (4 years ago)
Author:
ram@…
Message:

python/py*-cjson: unify

Location:
trunk/dports/python
Files:
1 added
3 deleted
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-cjson/Portfile

    r82427 r82428  
    22 
    33PortSystem        1.0 
    4 PortGroup         python26 1.0 
     4PortGroup         python 1.0 
    55 
    6 name              py26-cjson 
     6name              py-cjson 
    77version           1.0.5 
    88maintainers       ram openmaintainer 
    99platforms         darwin 
     10license           LGPL 
    1011 
    1112description       Fast JSON encoder/decoder for Python 
     
    3132distname          python-cjson-${version} 
    3233 
     34python.default_version 27 
     35python.versions   25 26 27 
     36 
    3337checksums         md5 4d55b66ecdf0300313af9d030d9644a3 \ 
    3438                  sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \ 
Note: See TracChangeset for help on using the changeset viewer.