1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/mantis/Makefile
Dan Langille 7cc58abebd Update to 1.2.19
NOTE: doc/en was not included in this release
Approved by: mat (mentor)
2015-03-05 19:47:11 +00:00

28 lines
567 B
Makefile

# Created by: Sebastien Gioria <gioria@FreeBSD.org>
# $FreeBSD$
PORTNAME= mantis
PORTVERSION= 1.2.19
PORTREVISION= 0
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}bt/${PORTNAME}-stable/${PORTVERSION}
DISTNAME= mantisbt-${PORTVERSION}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Bug tracking system written in PHP
NO_BUILD= yes
USE_PHP= hash pcre session
USES= pgsql
SUB_FILES= pkg-message
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>