freebsd-ports/www/roundup/Makefile
Kirill Ponomarev 4c164fd94f - Update to version 0.7.2
PR:		ports/66890
Submitted by:	Ports Fury
2004-05-19 21:27:14 +00:00

23 lines
438 B
Makefile

# New ports collection makefile for: roundup
# Date created: 23 Mar 2003
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= roundup
PORTVERSION= 0.7.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Issue-Tracking System for Knowledge Workers
USE_PYTHON= yes
USE_PYDISTUTILS= yes
MAN1= roundup-admin.1 roundup-mailgw.1 roundup-server.1
.include <bsd.port.mk>