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.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
8 | perl5.setup PerlIO-Util 0.72 |
---|
9 | maintainers nomaintainer |
---|
10 | description A selection of general PerlIO utilities |
---|
11 | license {GPL Artistic-1} |
---|
12 | long_description A selection of general PerlIO utilities : creat, \ |
---|
13 | dir, excl, flock, reverse (reads lines backward), \ |
---|
14 | tee. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | supported_archs noarch |
---|
18 | |
---|
19 | if {${perl5.major} != ""} { |
---|
20 | patchfiles patch-t-06_tee.t.diff |
---|
21 | } |
---|
22 | |
---|
23 | checksums sha256 972ce0dd4d3b16b5422158f5f596d789851f9664ee931bc558285eb47908ab45 \ |
---|
24 | rmd160 20ac41ff93701d970321cfe2c26aaf18a59da734 |
---|