summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-12-20 07:14:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-12-20 07:14:29 +0000
commitbb66c594b2cd7156455074943076de2b8c3d2a4d (patch)
tree7aa85f6e7e788ba97cbd276fb42f9f0eee9e273e /devel
parent* Add LICENSE (diff)
* Add LICENSE
* Add IGNORE_WITH_PHP=4 52 as this requires php 5.2.4 or newer and has a compile issue on 5.2. PR: 153020 Submitted by: "Tom Judge" <tom@tomjudge.com>
Notes
Notes: svn path=/head/; revision=266624
Diffstat (limited to 'devel')
-rw-r--r--devel/pecl-intl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile
index bd2b3b656493..ad9e55f85f38 100644
--- a/devel/pecl-intl/Makefile
+++ b/devel/pecl-intl/Makefile
@@ -19,7 +19,10 @@ COMMENT= A PECL extension to support Internationalization(ICU)
LIB_DEPENDS= icui18n.46:${PORTSDIR}/devel/icu
+LICENSE= PHP301
+
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP=4 52
.include <bsd.port.mk>