summaryrefslogtreecommitdiff
path: root/www/roundup/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-03-24 17:25:05 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-03-24 17:25:05 +0000
commit0f4a2a7dd8de21d261078a9ef9b5069f11547297 (patch)
tree8eb05ae3539545ec735773a9239ec39428bd57bf /www/roundup/Makefile
parentUpdate to 4.0.12. (diff)
Add roundup 0.5.6, an Issue-Tracking System for Knowledge Workers
Diffstat (limited to 'www/roundup/Makefile')
-rw-r--r--www/roundup/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile
new file mode 100644
index 000000000000..b60eba1779e0
--- /dev/null
+++ b/www/roundup/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: roundup
+# Date created: 23 Mar 2003
+# Whom: nbm
+#
+# $FreeBSD$
+#
+
+PORTNAME= roundup
+PORTVERSION= 0.5.6
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= roundup
+
+MAINTAINER= nbm@FreeBSD.org
+COMMENT= An Issue-Tracking System for Knowledge Workers
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>