summaryrefslogtreecommitdiff
path: root/devel/horde-whups/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/horde-whups/Makefile')
-rw-r--r--devel/horde-whups/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/horde-whups/Makefile b/devel/horde-whups/Makefile
new file mode 100644
index 000000000000..1d1ede85ab0c
--- /dev/null
+++ b/devel/horde-whups/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: horde-whups
+# Date created: Feb 28, 2008
+# Whom: Beech Rintoul <beech@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= whups
+PORTVERSION= 0.0.20080228
+CATEGORIES= devel www
+MASTER_SITES= LOCAL/beech \
+ http://www.alaskaparadise.com/freebsd/
+
+MAINTAINER= beech@FreeBSD.org
+COMMENT= Bug tracking/ticketing system
+
+USE_HORDE= base pkg-message
+USE_GETTEXT= yes
+PORTDOCS= README CHANGES CREDITS INSTALL TODO
+
+.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include <bsd.port.mk>