blob: 9bea924b8100d40f9e8f1a07524ac98c422a05c0 (
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
|
PORTNAME= taskjuggler
PORTVERSION= 3.7.1
CATEGORIES= deskutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Project management tool for UNIX based operating systems
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-mail>=2.7.1,2<3,2:mail/rubygem-mail \
rubygem-term-ansicolor>=1.7.1<2:devel/rubygem-term-ansicolor
USES= gem
USE_RUBY= yes
NO_ARCH= 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>
|