blob: a26b12bdde8970bd921b37d3f678ae9c80899f50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Dean Povey <povey@wedgetail.com>
# $FreeBSD$
PORTNAME= taskjuggler
PORTVERSION= 3.5.0
CATEGORIES= deskutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Project management tool for UNIX based operating systems
LICENSE= GPLv2
RUN_DEPENDS= rubygem-mail>=2.4.3:${PORTSDIR}/mail/rubygem-mail \
rubygem-term-ansicolor>=1.0.7:${PORTSDIR}/devel/rubygem-term-ansicolor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/tj3 \
bin/tj3client \
bin/tj3d \
bin/tj3man \
bin/tj3ss_receiver \
bin/tj3ss_sender \
bin/tj3ts_receiver \
bin/tj3ts_sender \
bin/tj3ts_summary \
bin/tj3webd
.include <bsd.port.mk>
|