mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup taskjuggler 3.5.0 gem {} rubygems ruby19
|
|
ruby.link_binaries_suffix
|
|
revision 1
|
|
name taskjuggler
|
|
homepage http://www.taskjuggler.org/
|
|
categories office pim
|
|
|
|
description A powerful project management tool.
|
|
long_description TaskJuggler is a modern and powerful, Open Source \
|
|
project management tool.
|
|
|
|
maintainers nomaintainer
|
|
|
|
license GPL-2
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 ce4ccc93c137edb2d8a7b5bf002ffb4b050f5c0d \
|
|
sha256 42f2e81470be9b2486fc074ba6ff04180258f462fed5c46cba871b7518cd0465
|
|
|
|
depends_lib port:ruby${ruby.suffix} \
|
|
port:rb${ruby.suffix}-mail \
|
|
port:rb${ruby.suffix}-rspec \
|
|
port:rb${ruby.suffix}-term-ansicolor
|
|
|
|
post-destroot {
|
|
set vim_syntax ${destroot}${prefix}/share/vim/vimfiles/syntax
|
|
xinstall -d ${vim_syntax}
|
|
move ${destroot}${ruby.gemdir}/gems/${name}-${version}/data/tjp.vim ${vim_syntax}
|
|
}
|