1 | PortSystem 1.0 |
---|
2 | PortGroup perl5 1.0 |
---|
3 | |
---|
4 | perl5.setup ikiwiki 1.41 |
---|
5 | name ikiwiki |
---|
6 | description A wiki compiler. |
---|
7 | long_description ${description} |
---|
8 | homepage http://ikiwiki.kitenet.net/ |
---|
9 | maintainers paul.totterman@gmail.com |
---|
10 | platforms darwin |
---|
11 | master_sites http://ftp.debian.org/debian/pool/main/i/ikiwiki/ |
---|
12 | distname ${name}_${version} |
---|
13 | worksrcdir ${name} |
---|
14 | checksums md5 42d899cd0ce2056cdb07c800aca91887 \ |
---|
15 | sha1 bae6106f49364a6eea576826edd86d25a1dfb280 \ |
---|
16 | rmd160 1ecb3b384d56c6322290008c386598c40786dc31 |
---|
17 | |
---|
18 | depends_build port:coreutils |
---|
19 | depends_lib-append port:p5-text-markdown port:p5-html-template \ |
---|
20 | port:p5-html-scrubber port:p5-uri port:p5-perlmagick |
---|
21 | patchfiles patch-usrbin-env |
---|
22 | destroot.target CP=gcp install |
---|
23 | configure.args INSTALLDIRS=vendor PREFIX=/opt/local |
---|