19 lines
422 B
Makefile
19 lines
422 B
Makefile
# Created by: Beech Rintoul <horde@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= whups
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel www
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Bug tracking/ticketing system
|
|
|
|
USE_HORDE= base pkg-message
|
|
USES= gettext
|
|
PORTDOCS= README CHANGES CREDITS INSTALL TODO lighttpd-whups.conf
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|