diff --git a/perl/p5-convert-uu/Portfile b/perl/p5-convert-uu/Portfile
new file mode 100644
index 0000000..f08bc62
-
|
+
|
|
| 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 Convert-UU 0.5201 |
| 8 | platforms darwin |
| 9 | maintainers nomaintainer |
| 10 | license Artistic GPL-2 |
| 11 | supported_archs noarch |
| 12 | |
| 13 | description Perl module for uuencode and uudecode |
| 14 | |
| 15 | long_description ${description} |
| 16 | |
| 17 | checksums sha256 92329ce1c32b5952c48e1223db018c8c58ceafef03bfa0fd4817cd89c355a3bd \ |
| 18 | rmd160 8628cff81fce52e4367bb0582d20f2325e6b5ae5 |
diff --git a/perl/p5-file-map/Portfile b/perl/p5-file-map/Portfile
new file mode 100644
index 0000000..49e57e2
-
|
+
|
|
| 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 File-Map 0.56 |
| 8 | platforms darwin |
| 9 | maintainers nomaintainer |
| 10 | license Artistic GPL-2 |
| 11 | |
| 12 | description Perl module for memory mapping made simple and safe |
| 13 | |
| 14 | long_description ${description} |
| 15 | |
| 16 | checksums sha256 960d614c038e2fb74d4a14543b82e6158d7d7e296a3acbe6a683c3280c73e535 \ |
| 17 | rmd160 a403526ea4e4d6362e6b65eedfd13b3bc915b150 |
| 18 | |
| 19 | if {${perl5.major} != ""} { |
| 20 | |
| 21 | depends_lib-append port:p${perl5.major}-sub-exporter-progressive \ |
| 22 | port:p${perl5.major}-perlio-layers |
| 23 | depends_build-append port:p${perl5.major}-test-warn \ |
| 24 | port:p${perl5.major}-test-exception \ |
| 25 | port:p${perl5.major}-test-nowarnings |
| 26 | |
| 27 | } |
| 28 | |
| 29 | perl5.use_module_build |
diff --git a/perl/p5-module-compile/Portfile b/perl/p5-module-compile/Portfile
new file mode 100644
index 0000000..c829d5c
-
|
+
|
|
| 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 Module-Compile 0.23 |
| 8 | platforms darwin |
| 9 | maintainers nomaintainer |
| 10 | license Artistic GPL-2 |
| 11 | supported_archs noarch |
| 12 | |
| 13 | description Perl module to compile other modules |
| 14 | |
| 15 | long_description ${description} |
| 16 | |
| 17 | checksums sha256 2970f4e493be50a6b9efd594537a943d86e5b9721f6f35ffdbee6aef345b48a1 \ |
| 18 | rmd160 002ec2c1618c33c6d775b31f44903c289f33d9d0 |
| 19 | |
| 20 | if {${perl5.major} != ""} { |
| 21 | |
| 22 | depends_lib-append port:p${perl5.major}-digest-sha1 |
| 23 | |
| 24 | } |
diff --git a/perl/p5-perlio-layers/Portfile b/perl/p5-perlio-layers/Portfile
new file mode 100644
index 0000000..e937cb7
-
|
+
|
|
| 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 PerlIO-Layers 0.010 |
| 8 | platforms darwin |
| 9 | maintainers nomaintainer |
| 10 | license Artistic GPL-2 |
| 11 | |
| 12 | description Perl module for querying your filehandle's capabilities |
| 13 | |
| 14 | long_description ${description} |
| 15 | |
| 16 | checksums sha256 e3ab1219092be4a21df1ec48163c83b4166ca8f87d2c659b3a891837e828b271 \ |
| 17 | rmd160 00106a1e1b599f3d087f175e3b30d03498709e38 |
| 18 | |
| 19 | if {${perl5.major} != ""} { |
| 20 | |
| 21 | depends_lib-append port:p${perl5.major}-list-moreutils |
| 22 | |
| 23 | } |
| 24 | |
| 25 | perl5.use_module_build |