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 | |
---|
7 | perl5.setup Catalyst-Plugin-I18N 0.10 |
---|
8 | #perl5.setup Catalyst-Plugin-I18N 0.10 ../by-authors/id/B/BO/BOBTFISH |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | # Uncomment this line if you know there will be no arch-specific code: |
---|
12 | #supported_archs noarch |
---|
13 | |
---|
14 | description I18N plugin for Catalyst |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums sha256 f6039bdb2894b200ee379e4a69ea9bd9ce37611c64738d2e7b94bb05ad75399c \ |
---|
19 | rmd160 8f46fb699cd3254f8007c98a805630ea626bb9ae |
---|
20 | |
---|
21 | depends_lib-append port:p5-locale-maketext-lexicon \ |
---|
22 | port:p5-catalyst-runtime \ |
---|
23 | port:p5-mro-compat |
---|
24 | |
---|
25 | |
---|