Ticket #33728: Portfile

File Portfile, 890 bytes (added by erik_nolte@…, 12 years ago)

Portfile for php5-yaml

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