Ticket #16917: Portfile

File Portfile, 1.4 KB (added by michipili (Michael Grünewald), 16 years ago)

Possible Portfile for 2.2.0

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup perl5 1.0
5
6perl5.setup             svk 2.2.0
7maintainers             dluke@geeklair.net
8categories              devel perl
9description             A distributed version control system.
10long_description        svk is a decentralized version control system written in Perl. \
11                        It uses the Subversion filesystem but provides additional, \
12                        powerful features
13
14name                    svk
15
16homepage                http://svk.elixus.org/
17distname                SVK-v${version}
18master_sites            http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO
19checksums md5           cd241de739d367cb2d5f1ce48597bda2
20platforms               darwin
21
22depends_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