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 perl5 1.0 |
---|
6 | name po4a |
---|
7 | version 0.45 |
---|
8 | set download_id 3942 |
---|
9 | revision 1 |
---|
10 | categories perl |
---|
11 | maintainers nomaintainer |
---|
12 | platforms darwin |
---|
13 | description framework to translate documentation and other materials |
---|
14 | long_description The po4a (PO for anything) project goal is to ease \ |
---|
15 | translations (and more interestingly, the \ |
---|
16 | maintenance of translations) using gettext tools \ |
---|
17 | on areas where they were not expected like documentation. |
---|
18 | homepage http://po4a.alioth.debian.org/ |
---|
19 | master_sites http://alioth.debian.org/frs/download.php/file/${download_id}/ |
---|
20 | checksums md5 423bdf5c39f30e63a808b84c5d9d1899 |
---|
21 | |
---|
22 | depends_lib port:perl5 \ |
---|
23 | port:p5-text-wrapi18n \ |
---|
24 | port:p5-term-readkey \ |
---|
25 | port:p5-sgmlspm \ |
---|
26 | port:p5-unicode-linebreak \ |
---|
27 | port:p5-locale-gettext |
---|
28 | |
---|
29 | configure.cmd ${perl5.bin} |
---|
30 | configure.args "installdirs=core --config cc=\"${configure.cc}\" --config ld=\"${configure.cc}\"" |
---|
31 | perl5.use_module_build |
---|