Ticket #26288: Portfile

File Portfile, 1.0 KB (added by pixilla (Bradley Giesbrecht), 14 years ago)
Line 
1# $Id: Portfile 67628 2010-05-15 08:41:23Z ryandesign@macports.org $
2
3PortSystem          1.0
4PortGroup           php5extension 1.0
5
6php5extension.setup igbinary 1.0.2
7#name                php5-igbinary
8#version             1.0.2
9
10categories-append   net devel
11platforms           darwin freebsd openbsd
12maintainers         pixills.com:brad
13
14description         PHP serializer.
15
16long_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
22homepage            http://opensource.dynamoid.com/
23master_sites        ${homepage}
24
25checksums           sha1    a2032a81bf356134634ef312dbb74432c68a8682 \
26                    rmd160  61575b40c436dd64063925aeba1d7807d6c93b80
27
28test.run            yes