aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-hidef
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-05 12:09:31 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-05 12:09:31 +0000
commitb73b1c0f6480c0f0e789d656506380b49177394f (patch)
tree39ea684246e73d2a2cc819295af9918a3d2f1fbd /devel/pecl-hidef
parent98e7c17c032d1056411e51571e8489d118d8b5c2 (diff)
downloadports-b73b1c0f6480c0f0e789d656506380b49177394f.tar.gz
ports-b73b1c0f6480c0f0e789d656506380b49177394f.zip
Notes
Diffstat (limited to 'devel/pecl-hidef')
-rw-r--r--devel/pecl-hidef/Makefile24
-rw-r--r--devel/pecl-hidef/distinfo3
-rw-r--r--devel/pecl-hidef/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/pecl-hidef/Makefile b/devel/pecl-hidef/Makefile
new file mode 100644
index 000000000000..c4287c00459c
--- /dev/null
+++ b/devel/pecl-hidef/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: pecl-hidef
+# Date created: 2007/03/02
+# Whom: chinsan
+#
+# $FreeBSD$
+#
+
+PORTNAME= hidef
+PORTVERSION= 0.1.0
+CATEGORIES= devel pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= chinsan@FreeBSD.org
+COMMENT= Constants for real
+
+USE_PHP= yes
+USE_PHPEXT= yes
+
+CONFIGURE_ARGS= --enable-hidef
+
+.include <bsd.port.mk>
diff --git a/devel/pecl-hidef/distinfo b/devel/pecl-hidef/distinfo
new file mode 100644
index 000000000000..88888c09ab76
--- /dev/null
+++ b/devel/pecl-hidef/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/hidef-0.1.0.tgz) = a023556578d91cd69a90175951bc264c
+SHA256 (PECL/hidef-0.1.0.tgz) = 7ec4dec0b4ee269ad510cb4d470b71883a26eba92f139ed675f4b03899203ed4
+SIZE (PECL/hidef-0.1.0.tgz) = 4943
diff --git a/devel/pecl-hidef/pkg-descr b/devel/pecl-hidef/pkg-descr
new file mode 100644
index 000000000000..63cf1cc75423
--- /dev/null
+++ b/devel/pecl-hidef/pkg-descr
@@ -0,0 +1,5 @@
+Allow definition of user defined constants in simple ini files,
+which are then processed like internal constants, without any
+of the usual performance penalties.
+
+WWW: http://pecl.php.net/package/hidef/