5c14833b4c
flexible in letting users define kinds of tickets, different lifecycles (sets of states) and priorities for each kind of ticket, and mixing types of tickets into sets of queues. This design allows for very general and sophisticated multi-purpose uses of Whups. The code is near 1.0 quality and most features are fully implemented at this time.
22 lines
517 B
Makefile
22 lines
517 B
Makefile
# Ports collection makefile for: horde-whups
|
|
# Date created: Feb 28, 2008
|
|
# Whom: Beech Rintoul <beech@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= whups
|
|
PORTVERSION= 0.0.20080228
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= LOCAL/beech \
|
|
http://www.alaskaparadise.com/freebsd/
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Bug tracking/ticketing system
|
|
|
|
USE_HORDE= base pkg-message
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL TODO
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|