# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Pod-Simple 3.30 maintainers nomaintainer license {Artistic-1 GPL} description A framework for parsing Pod long_description Pod::Simple is a Perl library for parsing text in the \ Pod ("plain old documentation") markup language that is \ typically used for writing documentation for Perl and \ for Perl modules. Pod formatters can use Pod::Simple to \ parse Pod documents and render them into plain text, HTML, \ or any number of other formats. checksums rmd160 612925ef8ff591e227be3df7c9ba3777195e1c8e \ sha256 7091566d331adf7b4803e7dbb7b1a2d13b616339ac9caa525033344c881a47ee platforms darwin if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-pod-escapes supported_archs noarch }