aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-08 03:13:37 +0800
committermm <mm@FreeBSD.org>2011-07-08 03:13:37 +0800
commit7e29784527c99c710b581a0802ce82793a91bbf0 (patch)
tree4c4dcdeebc16f1642393840748a4a663f833f24d /devel
parent3fc9582962e7b3a36cd2c66a65cf15980590a2a8 (diff)
downloadfreebsd-ports-gnome-7e29784527c99c710b581a0802ce82793a91bbf0.tar.gz
freebsd-ports-gnome-7e29784527c99c710b581a0802ce82793a91bbf0.tar.zst
freebsd-ports-gnome-7e29784527c99c710b581a0802ce82793a91bbf0.zip
This Horde package provides a programmatic way of building
constraints that evaluate to true or false. WWW: http://pear.horde.org
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-Horde_Constraint/Makefile16
-rw-r--r--devel/pear-Horde_Constraint/distinfo2
-rw-r--r--devel/pear-Horde_Constraint/pkg-descr4
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c67318711ed4..9a09363dd772 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2622,6 +2622,7 @@
SUBDIR += pear-HTML_TreeMenu
SUBDIR += pear-Horde_Autoloader
SUBDIR += pear-Horde_Cli
+ SUBDIR += pear-Horde_Constraint
SUBDIR += pear-Horde_Exception
SUBDIR += pear-Horde_Injector
SUBDIR += pear-Horde_Lock
diff --git a/devel/pear-Horde_Constraint/Makefile b/devel/pear-Horde_Constraint/Makefile
new file mode 100644
index 000000000000..655f7d414cdb
--- /dev/null
+++ b/devel/pear-Horde_Constraint/Makefile
@@ -0,0 +1,16 @@
+# Ports collection makefile for: pear-Horde_Constraint
+# Date created: 6 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Constraint
+PORTVERSION= 1.0.0
+CATEGORIES= devel www pear
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde Constraint library
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-Horde_Constraint/distinfo b/devel/pear-Horde_Constraint/distinfo
new file mode 100644
index 000000000000..29fd2233c0d4
--- /dev/null
+++ b/devel/pear-Horde_Constraint/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Constraint-1.0.0.tgz) = 59873a95e8a071237bf16a6321ad6fe95804c75a1e7836cf94a59ae896f60829
+SIZE (Horde/Horde_Constraint-1.0.0.tgz) = 4012
diff --git a/devel/pear-Horde_Constraint/pkg-descr b/devel/pear-Horde_Constraint/pkg-descr
new file mode 100644
index 000000000000..18968dd3ca0e
--- /dev/null
+++ b/devel/pear-Horde_Constraint/pkg-descr
@@ -0,0 +1,4 @@
+This Horde package provides a programmatic way of building
+constraints that evaluate to true or false.
+
+WWW: http://pear.horde.org