[43086] trunk/dports/devel
nox at macports.org
nox at macports.org
Thu Dec 4 06:29:53 PST 2008
Revision: 43086
http://trac.macports.org/changeset/43086
Author: nox at macports.org
Date: 2008-12-04 06:29:52 -0800 (Thu, 04 Dec 2008)
Log Message:
-----------
Add php5-intl port.
Added Paths:
-----------
trunk/dports/devel/php5-intl/
trunk/dports/devel/php5-intl/Portfile
Added: trunk/dports/devel/php5-intl/Portfile
===================================================================
--- trunk/dports/devel/php5-intl/Portfile (rev 0)
+++ trunk/dports/devel/php5-intl/Portfile 2008-12-04 14:29:52 UTC (rev 43086)
@@ -0,0 +1,35 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+
+name php5-intl
+set my_name intl
+version 1.0.1
+categories devel php
+platforms darwin
+maintainers nox openmaintainer
+description Internationalization extension for PHP 5
+
+long_description \
+ Internationalization extension implements ICU library functionality in PHP.
+
+homepage http://pecl.php.net/package/intl
+master_sites http://pecl.php.net/get/
+distname ${my_name}-${version}
+extract.suffix .tgz
+
+checksums md5 0876f49e8d413e5dedf18b660363d7e1 \
+ sha1 f8d95ce476ea5ed91d0a46152b12d2e9c1182692 \
+ rmd160 778d93507bcea9f5d71cc02326f15aff045bdfd5
+
+depends_lib port:php5 \
+ port:icu
+
+pre-configure {
+ system "cd ${worksrcpath} && phpize"
+}
+
+use_parallel_build yes
+
+destroot.destdir INSTALL_ROOT=${destroot}
Property changes on: trunk/dports/devel/php5-intl/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081204/67233659/attachment-0001.html>
More information about the macports-changes
mailing list