Last change
on this file since 35228 was
35228,
checked in by brett@…, 12 years ago
|
update to 0.9
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
988 bytes
|
Line | |
---|
1 | # $Id: Portfile 35228 2008-03-21 11:46:37Z brett@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name beanstalkd |
---|
6 | version 0.9 |
---|
7 | description a fast, distributed, in-memory workqueue service |
---|
8 | long_description \ |
---|
9 | beanstalkd is a fast, distributed, in-memory workqueue service. \ |
---|
10 | Its interface is generic, but is intended for use in reducing the \ |
---|
11 | latency of page views in high-volume web applications by running most \ |
---|
12 | time-consuming tasks asynchronously. |
---|
13 | maintainers brett@macports.org |
---|
14 | categories sysutils |
---|
15 | platforms darwin |
---|
16 | homepage http://xph.us/software/beanstalkd/ |
---|
17 | master_sites http://xph.us/software/beanstalkd/rel/ |
---|
18 | checksums sha1 a879e70953f1ddce0910d870c175af6cdf684893 |
---|
19 | |
---|
20 | depends_lib port:libevent \ |
---|
21 | port:gmake |
---|
22 | |
---|
23 | use_configure no |
---|
24 | patchfiles patch-Makefile.diff patch-prot.diff |
---|
25 | patch.pre_args -p1 |
---|
26 | post-patch { |
---|
27 | reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile |
---|
28 | } |
---|
29 | |
---|
30 | build.target |
---|
31 | destroot.cmd install |
---|
32 | destroot.target beanstalkd |
---|
33 | destroot.destdir ${destroot}${prefix}/bin |
---|
Note: See
TracBrowser
for help on using the repository browser.