# -*- 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: Portfile 119120 2014-04-17 21:59:40Z macsforever2000@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup			Email-MIME-ContentType 1.017
license				{Artistic-1 GPL}
maintainers			nomaintainer
description			Parse a MIME Content-Type Header
long_description	${description}
platforms			darwin

checksums           rmd160  8555695b4f57955b28005a275c969d83138dc877 \
                    sha256  963da3b0446317e64ba3d41f0f59c05475e84fc49080130f6c2099474fa281b2
                    
supported_archs noarch

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-capture-tiny
}
