- Add to category python - Add another mirror site - Pass maintainership to submitter PR: 83172 Submitted by: Dryice Liu <dryice@liu.com.cn>
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# New ports collection makefile for: roundup
|
|
# Date created: 23 Mar 2003
|
|
# Whom: nbm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= roundup
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://bsdchat.com/dist/dryice/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dryice@liu.com.cn
|
|
COMMENT= An Issue-Tracking System for Knowledge Workers
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_GETTEXT= yes
|
|
|
|
MAN1= roundup-admin.1 roundup-demo.1 roundup-mailgw.1 \
|
|
roundup-server.1
|
|
|
|
.include <bsd.port.mk>
|