Last change
on this file was
103921,
checked in by kimuraw@…, 5 years ago
|
ruby/: fix missing revision bump at r103920
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
967 bytes
|
Line | |
---|
1 | # $Id: Portfile 103921 2013-03-10 02:26:30Z kimuraw@macports.org $ |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup ruby 1.0 |
---|
4 | |
---|
5 | ruby.setup {cvs ruby-cvs} 0.2 copy_install:lib {README} |
---|
6 | revision 1 |
---|
7 | maintainers otierney.net:dports |
---|
8 | description High level interface to a CVS repository |
---|
9 | long_description Ruby/CVS provides high level interface to a CVS repository. |
---|
10 | homepage http://cvs.m17n.org/~akr/ruby-cvs/ |
---|
11 | master_sites fink |
---|
12 | categories-append devel |
---|
13 | depends_lib-append port:cvs |
---|
14 | worksrcdir ${ruby.filename} |
---|
15 | checksums md5 4e40b597ba43ef8ecc8b0fdce22119bd |
---|
16 | post-destroot { |
---|
17 | reinplace "s;/usr/local/bin/ruby;${ruby.bin};" ${worksrcpath}/viztree |
---|
18 | xinstall -m 0755 ${worksrcpath}/viztree ${destroot}${ruby.bindir} |
---|
19 | # install commands at post-destroot, need to make symlink in portfile |
---|
20 | ln -s ${ruby.bindir}/viztree ${destroot}${prefix}/bin/viztree${ruby.link_binaries_suffix} |
---|
21 | } |
---|
22 | platforms darwin |
---|
Note: See
TracBrowser
for help on using the repository browser.