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 php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup rrd 1.0.5 pecl |
---|
8 | categories-append net devel |
---|
9 | platforms darwin |
---|
10 | maintainers markd |
---|
11 | license BSD |
---|
12 | |
---|
13 | description PHP rrdtool extension |
---|
14 | |
---|
15 | long_description ${name} is a procedural and simple object-oriented wrapper \ |
---|
16 | for PHP for using rrdtool—data logging and graphing system \ |
---|
17 | for time series data. |
---|
18 | |
---|
19 | checksums rmd160 66360a837a4c7a4343f43fb85945281fde19f5a0 \ |
---|
20 | sha256 f336a0a56963e0c6a34e335401483f84adde4c09fd6fbe8fe1a4c74596dc4eab |
---|
21 | |
---|
22 | depends_lib-append port:rrdtool |
---|
23 | |
---|
24 | configure.args --with-rrd=${prefix} |
---|