blob: 7528cc09a112d836fb24a5a5d78f12ee04c7ee02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|