mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
925a0becd4
PR: 52646 Submitted by: Matthew West <mwest@uct.ac.za>
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# New ports collection makefile for: roundup
|
|
# Date created: 23 Mar 2003
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= roundup
|
|
PORTVERSION= 0.5.7
|
|
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>
|