aboutsummaryrefslogtreecommitdiffstats
path: root/www/roundup/Makefile
blob: eff9f045ae233f111095116328b163b09a2c806b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>