2013-05-04 16:29:12 +02:00
|
|
|
# Created by: Dean Povey <povey@wedgetail.com>
|
2005-03-16 23:24:17 +01:00
|
|
|
|
|
|
|
PORTNAME= taskjuggler
|
2020-04-01 01:19:21 +02:00
|
|
|
PORTVERSION= 3.7.1
|
2013-12-05 21:29:18 +01:00
|
|
|
CATEGORIES= deskutils rubygems
|
2013-05-04 16:29:12 +02:00
|
|
|
MASTER_SITES= RG
|
2005-03-16 23:24:17 +01:00
|
|
|
|
2014-05-04 06:07:00 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-12-05 21:29:18 +01:00
|
|
|
COMMENT= Project management tool for UNIX based operating systems
|
2005-03-16 23:24:17 +01:00
|
|
|
|
2013-05-04 16:29:12 +02:00
|
|
|
LICENSE= GPLv2
|
2016-03-13 15:56:07 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2005-03-16 23:24:17 +01:00
|
|
|
|
2020-04-01 01:19:21 +02:00
|
|
|
RUN_DEPENDS= rubygem-mail>=2.7.1,2<3,2:mail/rubygem-mail \
|
|
|
|
rubygem-term-ansicolor>=1.7.1<2:devel/rubygem-term-ansicolor
|
2012-12-30 13:03:51 +01:00
|
|
|
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2019-09-03 21:11:01 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2005-03-16 23:24:17 +01:00
|
|
|
|
2013-12-05 21:29:18 +01:00
|
|
|
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>
|