Ticket #41227: Portfile

File Portfile, 1.3 KB (added by odyx@…, 10 years ago)

po4a Portfile

Line 
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
4PortSystem            1.0
5PortGroup             perl5 1.0
6name                  po4a
7version               0.45
8set download_id       3942
9revision              1
10categories            perl
11maintainers           nomaintainer
12platforms             darwin
13description           framework to translate documentation and other materials
14long_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.
18homepage              http://po4a.alioth.debian.org/
19master_sites          http://alioth.debian.org/frs/download.php/file/${download_id}/
20checksums             md5 423bdf5c39f30e63a808b84c5d9d1899
21
22depends_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
29configure.cmd ${perl5.bin}
30configure.args "installdirs=core --config cc=\"${configure.cc}\" --config ld=\"${configure.cc}\""
31perl5.use_module_build