Ticket #16600: Portfile.diff
File Portfile.diff, 1.1 KB (added by akira@…, 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name memcached 6 version 1.2. 57 revision 26 version 1.2.6 7 revision 0 8 8 description A high performance, distributed memory object caching system. 9 9 long_description Memcached is a high-performance, distributed memory object \ 10 10 caching system, generic in nature, but intended for use in \ 11 11 speeding up dynamic web applications by alleviating database load. 12 maintainers brett @macports.org12 maintainers brett 13 13 categories sysutils 14 14 platforms darwin 15 15 homepage http://www.danga.com/memcached/ 16 16 master_sites http://www.danga.com/memcached/dist/ 17 checksums md5 8ac0d1749ded88044f0f850fad979e4d \ 18 sha1 f7c13cf39ca2d948de1a5648b3d1a2ccfeb0a45b 17 checksums md5 200d22f7ac2d114f74a6904552e9eb70 \ 18 sha1 675a2576efac3d1333181e33fdd43f45f1f5d3fa \ 19 rmd160 9e6b6ad6e7cbe97b6a69f6e33f665b72659f81b1 19 20 configure.args --mandir=${prefix}/share/man \ 20 21 --with-libevent=${prefix} \ 21 22 --enable-threads