Permalink
| @@ -0,0 +1,24 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 5.28 | ||
| perl5.setup Lingua-Preferred 0.2.4 | ||
|
|
||
| platforms darwin | ||
| maintainers nomaintainer | ||
| license {Artistic-1 GPL} | ||
|
|
||
| supported_archs noarch | ||
|
|
||
| description Perl extension to choose a language | ||
|
|
||
| long_description Many web browsers let you specify which languages you \ | ||
| understand. Then they negotiate with the web server to \ | ||
| get documents in the best language possible. \ | ||
| This is something similar in Perl. | ||
|
|
||
| checksums rmd160 7a714b172e3f72b915d04e9e7f268b49686d5c34 \ | ||
| sha256 fa58c4fac6b676f78caad6b472a785dd0c8fa67004a62294fbcfa3a3eb243c83 \ | ||
| size 6029 |