Permalink
Showing
with
18 additions
and 0 deletions.
| @@ -0,0 +1,18 @@ | ||
| # -*- 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 HTTP-Cache-Transparent 1.4 | ||
| license {Artistic-1 GPL} | ||
| maintainers nomaintainer | ||
| description Cache the result of http get-requests persistently | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 3202a1f26ec3d8b237bfb6cd22439addefe8e2f9 \ | ||
| sha256 6622e1b5e5af952b1711aea247bdcb1b91c2aac0f11f32f819a2d07e11dd2845 \ | ||
| size 10289 | ||
|
|