1 | # $Id: Portfile 67628 2010-05-15 08:41:23Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup php5extension 1.0 |
---|
5 | |
---|
6 | php5extension.setup igbinary 1.0.2 |
---|
7 | #name php5-igbinary |
---|
8 | #version 1.0.2 |
---|
9 | |
---|
10 | categories-append net devel |
---|
11 | platforms darwin freebsd openbsd |
---|
12 | maintainers pixills.com:brad |
---|
13 | |
---|
14 | description PHP serializer. |
---|
15 | |
---|
16 | long_description Igbinary is a drop in replacement for the standard PHP serializer. \ |
---|
17 | Instead of time and space consuming textual representation, igbinary \ |
---|
18 | stores PHP data structures in a compact binary form. Savings are \ |
---|
19 | significant when using memcached or similar memory based storages for \ |
---|
20 | serialized data. |
---|
21 | |
---|
22 | homepage http://opensource.dynamoid.com/ |
---|
23 | master_sites ${homepage} |
---|
24 | |
---|
25 | checksums sha1 a2032a81bf356134634ef312dbb74432c68a8682 \ |
---|
26 | rmd160 61575b40c436dd64063925aeba1d7807d6c93b80 |
---|
27 | |
---|
28 | test.run yes |
---|