mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2543a0ea27
Deprecate horde3 ports and set expiration date to 2014-08-20 PR: 190142 Approved by: portmgr (implicit, not staged)
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# Created by: Beech Rintoul <horde@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= whups
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bug tracking/ticketing system
|
|
|
|
DEPRECATED= EOL in April 2012
|
|
EXPIRATION_DATE= 2014-08-20
|
|
|
|
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>
|