2013-05-04 16:29:12 +02:00
|
|
|
# Created by: Dean Povey <povey@wedgetail.com>
|
2005-03-16 23:24:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= taskjuggler
|
2016-03-13 15:56:07 +01:00
|
|
|
PORTVERSION= 3.6.0
|
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
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= rubygem-mail>=2.4.3:mail/rubygem-mail \
|
|
|
|
rubygem-term-ansicolor>=1.0.7:devel/rubygem-term-ansicolor
|
2012-12-30 13:03:51 +01:00
|
|
|
|
2015-06-23 22:27:20 +02:00
|
|
|
NO_ARCH= yes
|
2013-05-04 16:29:12 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
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>
|