Ticket #28945: Portfile

File Portfile, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed portfile

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