1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Cache-Memcached 1.29 |
---|
8 | maintainers costite.com:ron |
---|
9 | license Artistic GPL |
---|
10 | platforms darwin |
---|
11 | supported_archs noarch |
---|
12 | |
---|
13 | description Perl 5 client library for memcached |
---|
14 | |
---|
15 | long_description This is the Perl API for memcached, a distributed \ |
---|
16 | memory cache daemon. |
---|
17 | |
---|
18 | checksums md5 d255a6b3937b77c5e9d0f3fffb5bcfbd \ |
---|
19 | sha1 a3dfa0f16f9c3f4d3986721eac9c29fd9df1a7c5 \ |
---|
20 | rmd160 26e2aab4c2bc54cd9e7319399dc6b1cc52b938dd |
---|
21 | |
---|
22 | depends_lib-append port:p5-string-crc32 |
---|