# -*- 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 105346 2013-04-18 17:41:58Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Sub-Exporter 0.985

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

supported_archs     noarch

description         a sophisticated exporter for custom-built routines
long_description    ${description}

checksums           rmd160  8193a6eec6655d6c66f6b7d243a65dc0098e8ae2 \
                    sha256  cd59020b7e59a37e1514e06ad9620127a7862e1e740716c905e730f6d0fdce0f

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-data-optlist \
                          port:p${perl5.major}-params-util \
                          port:p${perl5.major}-sub-install
}
