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: Portfile 77011 2011-03-18 00:57:15Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup redis 2.1.1 |
---|
8 | git.branch 5a07edc |
---|
9 | categories-append database |
---|
10 | platforms darwin |
---|
11 | maintainers ryandesign |
---|
12 | |
---|
13 | description an API for communicating with a Redis database from PHP |
---|
14 | |
---|
15 | long_description ${name} is ${description}. |
---|
16 | |
---|
17 | homepage https://github.com/nicolasff/phpredis |
---|
18 | master_sites https://download.github.com/ |
---|
19 | |
---|
20 | distname nicolasff-phpredis-${version}-0-g${git.branch} |
---|
21 | worksrcdir nicolasff-phpredis-${git.branch} |
---|
22 | |
---|
23 | checksums sha1 a5e4f6bfa692d86e16dc6388a968ca4c67db4e60 \ |
---|
24 | rmd160 c0c06fa63500cccb196b3f5c73bf7a311e79ff23 |
---|
25 | |
---|
26 | configure.args-append --enable-redis |
---|
27 | |
---|
28 | use_parallel_build yes |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url https://github.com/nicolasff/phpredis/downloads |
---|
32 | livecheck.regex {tarball/([0-9.]+)"} |
---|