blob: b0b4e12f5ccbdf1472736e622e62941ffdc08906 (
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
33
34
|
# Created by: Dean Povey <povey@wedgetail.com>
# $FreeBSD$
PORTNAME= taskjuggler
PORTVERSION= 3.6.0
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.4.3:${PORTSDIR}/mail/rubygem-mail \
rubygem-term-ansicolor>=1.0.7:${PORTSDIR}/devel/rubygem-term-ansicolor
NO_ARCH= yes
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>
|