1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | name tpkg |
---|
8 | version 1.16.2 |
---|
9 | categories sysutils |
---|
10 | maintainers aput.net:jheiss openmaintainer |
---|
11 | |
---|
12 | description Tpkg is an application packaging and deployment tool. |
---|
13 | |
---|
14 | long_description Tpkg is a cross-platform tool for packaging and \ |
---|
15 | deploying applications. It is designed to work \ |
---|
16 | alongside your operating system's packaging tool. \ |
---|
17 | The deployment features in tpkg are designed to \ |
---|
18 | scale to deployments across hundreds or thousands \ |
---|
19 | of systems. |
---|
20 | |
---|
21 | homepage http://tpkg.sourceforge.net/ |
---|
22 | platforms darwin |
---|
23 | |
---|
24 | master_sites sourceforge |
---|
25 | |
---|
26 | checksums md5 90a60158233356b33fead1721cd5e228 \ |
---|
27 | sha1 4f5673b5c70d01662d2d66f8690c620d64cf829e \ |
---|
28 | rmd160 42203045dced07e5ca109ee94aecce4752940718 |
---|
29 | |
---|
30 | depends_build port:rb-rake |
---|
31 | depends_run port:facter |
---|
32 | |
---|
33 | worksrcdir ${worksrcdir}/client |
---|
34 | use_configure no |
---|
35 | build {} |
---|
36 | destroot.cmd ${prefix}/bin/rake |
---|
37 | destroot.target install\[${destroot}\] |
---|
38 | destroot.destdir |
---|
39 | |
---|