Changeset 79415
- Timestamp:
- 06/12/11 23:53:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/php/php5-SPL_Types/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/php/php5-SPL_Types/Portfile
r79412 r79415 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup php5extension 1.04 PortSystem 1.0 5 PortGroup php5extension 1.0 5 6 6 7 php5extension.setup spl_types 0.3.0 pecl 7 8 revision 1 8 9 name php5-SPL_Types 9 license PHP 10 categories php devel 11 platforms darwin 12 maintainers nomaintainer 13 description Standard PHP Library, Types Addon 14 homepage http://pecl.php.net/package/SPL_Types 10 license PHP 11 categories php devel 12 platforms darwin 13 maintainers nomaintainer 14 homepage http://pecl.php.net/package/SPL_Types 15 15 16 long_description \ 17 SPL Types is a collection of special typehandling classes. 16 description Standard PHP Library, Types Addon 18 17 19 checksums md5 5c7a71db99cb07906b5fab285202acbe \ 20 sha1 fcffb4e00c73b02caebc0ae4eb31473989e14f9f \ 21 rmd160 3077ced1d56eeb6cca78ab50515d77245143c482 18 long_description SPL Types is a collection of special typehandling classes. 19 20 checksums md5 5c7a71db99cb07906b5fab285202acbe \ 21 sha1 fcffb4e00c73b02caebc0ae4eb31473989e14f9f \ 22 rmd160 3077ced1d56eeb6cca78ab50515d77245143c482 22 23 23 24 distname SPL_Types-${version} 24 25 25 use_parallel_build yes 26 use_parallel_build yes 27 28 test.run yes 26 29 27 30 post-patch { … … 29 32 reinplace /ZEND_BEGIN_ARG_INFO_EX/s/static// ${worksrcpath}/spl_type.c 30 33 } 31 32 test.run yes33 34 34 35 post-destroot {
Note: See TracChangeset
for help on using the changeset viewer.

