# -*- 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         PDL-Stats 0.6.5
revision            1

platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         PDL::Stats - a collection of statistics modules in Perl Data Language, \
                    with a quick-start guide for non-PDL people.
long_description    ${description}

checksums           rmd160  affd279f2de37270cd49fe417f2ab9d302575191 \
                    sha256  6051cc714b562e98383bd57449eca03bbf63e9f4070ee624cf8a0246cc2b47d1

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

    patchfiles      patch-GLM-glm.pp.diff
}