diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Horde_Queue/Makefile | 13 | ||||
-rw-r--r-- | devel/pear-Horde_Queue/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-Horde_Queue/pkg-descr | 3 |
4 files changed, 19 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 78d507289265..1c340b2e6a67 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3092,6 +3092,7 @@ SUBDIR += pear-Horde_Nls SUBDIR += pear-Horde_Notification SUBDIR += pear-Horde_Prefs + SUBDIR += pear-Horde_Queue SUBDIR += pear-Horde_Rdo SUBDIR += pear-Horde_Role SUBDIR += pear-Horde_Scheduler diff --git a/devel/pear-Horde_Queue/Makefile b/devel/pear-Horde_Queue/Makefile new file mode 100644 index 000000000000..e7061810133f --- /dev/null +++ b/devel/pear-Horde_Queue/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= Horde_Queue +PORTVERSION= 1.0.0 +CATEGORIES= devel www pear +PKGNAMEPREFIX= pear- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Queue + +.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_Queue/distinfo b/devel/pear-Horde_Queue/distinfo new file mode 100644 index 000000000000..c8b2f6852d8b --- /dev/null +++ b/devel/pear-Horde_Queue/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Queue-1.0.0.tgz) = a9c76f66d7f4fa4873e0fa15b97e4dae69d2469f5d081629facd0faa3aa2781d +SIZE (Horde/Horde_Queue-1.0.0.tgz) = 10971 diff --git a/devel/pear-Horde_Queue/pkg-descr b/devel/pear-Horde_Queue/pkg-descr new file mode 100644 index 000000000000..c5a88c0a91f9 --- /dev/null +++ b/devel/pear-Horde_Queue/pkg-descr @@ -0,0 +1,3 @@ +Queue layer for the Horde Framework with various storage backends and runners. + +WWW: http://pear.horde.org |