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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | PortGroup php 1.1 |
---|
7 | |
---|
8 | github.setup fabpot Twig 1.11.1 v |
---|
9 | |
---|
10 | name php-Twig |
---|
11 | categories php devel |
---|
12 | platforms darwin |
---|
13 | maintainers robsonpeixoto.com:robinho openmaintainer |
---|
14 | |
---|
15 | php.branches 5.3 5.4 |
---|
16 | php.build_dirs ${worksrcpath}/ext/twig/ |
---|
17 | |
---|
18 | description Enhances the performance of the Twig runtime engine. |
---|
19 | |
---|
20 | long_description Enhances the performance of the Twig runtime engine. |
---|
21 | |
---|
22 | checksums rmd160 e99cb9e7237b155a660692dc6f545c3217e2dc63 \ |
---|
23 | sha256 70210f47c2be5b57116c2e1adebbc3a45e08ce726cc8ddedf27156544ccdf825 |
---|
24 | |
---|
25 | use_parallel_build yes |
---|