1a54dae03e
- remove sf.net as mirror site PR: ports/97067 Submitted by: maintainer (Dryice Liu)
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# New ports collection makefile for: roundup
|
|
# Date created: 23 Mar 2003
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= roundup
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://cheeseshop.python.org/packages/source/r/roundup/ \
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dryice@dryice.name
|
|
COMMENT= An Issue-Tracking System for Knowledge Workers
|
|
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS= yes
|
|
USE_GETTEXT= yes
|
|
|
|
MAN1= roundup-admin.1 roundup-demo.1 roundup-mailgw.1 \
|
|
roundup-server.1
|
|
|
|
.include <bsd.port.mk>
|