Ticket #37512: Portfile

File Portfile, 893 bytes (added by robsonpeixoto@…, 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 99835 2012-11-19 02:11:39Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           php 1.1
7
8github.setup        fabpot Twig 1.11.1 v
9
10name                php-Twig
11categories          php devel
12platforms           darwin
13maintainers         robsonpeixoto.com:robinho openmaintainer
14
15php.branches        5.3 5.4
16php.build_dirs      ${worksrcpath}/ext/twig/
17
18description         Enhances the performance of the Twig runtime engine.
19
20long_description    Enhances the performance of the Twig runtime engine.
21
22checksums           rmd160  e99cb9e7237b155a660692dc6f545c3217e2dc63 \
23                    sha256  70210f47c2be5b57116c2e1adebbc3a45e08ce726cc8ddedf27156544ccdf825
24
25use_parallel_build  yes