aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gittrac/Makefile
blob: f7a885e28b3a1f92f3c049bf3df42d06d219ebf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    gittrac
# Date created:         30 Apr 2008
# Whom:             Greg Larkin <glarkin@sourcehosting.net>
#
# $FreeBSD$
#

PORTNAME=   gittrac
CATEGORIES= devel

COMMENT=    Web-Based Bug And Patch-Set Tracking System For Git

RUN_DEPENDS=    git>=0:${PORTSDIR}/devel/git

MASTERDIR=  ${.CURDIR}/../cvstrac
MAKE_ARGS=  APPNAME=gittrac
PKGMESSAGE= ${.CURDIR}/pkg-message

.include "${MASTERDIR}/Makefile"