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 yaml 1.0.1 pecl |
---|
8 | categories-append devel |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license PHP-3.01 |
---|
12 | |
---|
13 | description a PHP interface to the YAML parsing library |
---|
14 | |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 dc9e84c587573c03825378d63e0121cbf97c0a78 \ |
---|
18 | sha256 cfd03416c6a7dc22f0f4c8faeaf79478973084e1686801387864636146dccc11 |
---|
19 | |
---|
20 | depends_lib-append port:libyaml |
---|
21 | |
---|
22 | configure.args-append --with-yaml=${prefix} |
---|
23 | |
---|
24 | use_parallel_build yes |
---|