# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           File-Comments 0.07
maintainers           narf_tm openmaintainer
description           Recognizes file formats and extracts format-specific comments
long_description      File::Comments guesses the type of a given file, \
                      determines the format used for comments, extracts all \
                      comments, and returns them as a reference to an array \
                      of chunks. Alternatively, it strips all comments from \
                      a file.

platforms             darwin

checksums             md5 78b77e6933eb54b233a88cd0ff5310fc \
                      sha1 d8735169748a4a7ba46a6bcce1e8ad36c1839ae2 \
                      rmd160 77e308546588cdecfa5419fe39fb739de7de2035

depends_lib-append    port:p5-archive-tar \
                      port:p5-html-parser \
                      port:p5-html-tree \
                      port:p5-log-log4perl \
                      port:p5-ppi \
                      port:p5-sysadm-install

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
