| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup perl5 1.0 |
|---|
| 5 | |
|---|
| 6 | perl5.setup svk 2.2.0 |
|---|
| 7 | maintainers dluke@geeklair.net |
|---|
| 8 | categories devel perl |
|---|
| 9 | description A distributed version control system. |
|---|
| 10 | long_description svk is a decentralized version control system written in Perl. \ |
|---|
| 11 | It uses the Subversion filesystem but provides additional, \ |
|---|
| 12 | powerful features |
|---|
| 13 | |
|---|
| 14 | name svk |
|---|
| 15 | |
|---|
| 16 | homepage http://svk.elixus.org/ |
|---|
| 17 | distname SVK-v${version} |
|---|
| 18 | master_sites http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO |
|---|
| 19 | checksums md5 cd241de739d367cb2d5f1ce48597bda2 |
|---|
| 20 | platforms darwin |
|---|
| 21 | |
|---|
| 22 | depends_lib-append port:p5-data-hierarchy port:p5-algorithm-diff \ |
|---|
| 23 | port:p5-algorithm-annotate \ |
|---|
| 24 | port:p5-perlio-via-dynamic port:p5-uri \ |
|---|
| 25 | port:p5-perlio-eol port:p5-io-digest \ |
|---|
| 26 | port:p5-file-type \ |
|---|
| 27 | port:subversion-perlbindings \ |
|---|
| 28 | port:p5-perlio-via-symlink \ |
|---|
| 29 | port:p5-svn-mirror port:p5-pod-escapes \ |
|---|
| 30 | port:p5-pod-simple port:p5-timedate \ |
|---|
| 31 | port:p5-compress-zlib port:p5-freezethaw \ |
|---|
| 32 | port:p5-locale-maketext-lexicon \ |
|---|
| 33 | port:p5-locale-maketext-simple \ |
|---|
| 34 | port:p5-class-autouse \ |
|---|
| 35 | port:p5-io-pager \ |
|---|
| 36 | port:p5-class-accessor \ |
|---|
| 37 | port:p5-pathtools \ |
|---|
| 38 | port:p5-version \ |
|---|
| 39 | port:p5-yaml-syck \ |
|---|
| 40 | port:p5-app-cli \ |
|---|
| 41 | port:p5-list-moreutils \ |
|---|
| 42 | port:p5-class-data-inheritable \ |
|---|
| 43 | port:p5-path-class \ |
|---|
| 44 | port:p5-universal-require \ |
|---|
| 45 | port:p5-log-log4perl \ |
|---|
| 46 | port:p5-file-temp-svkonly |
|---|