# -*- 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 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         ExtUtils-LibBuilder 0.04
revision            1
platforms           darwin
maintainers         nomaintainer
supported_archs     noarch
license             {Artistic GPL}

description         help build perl modules with self-contained C libraries

long_description \
  Some Perl modules need to ship C libraries together with their Perl    \
  code. Although there are mechanisms to compile and link (or glue) C    \
  code in your Perl programs, there isn't a clear method to compile      \
  standard, self-contained C libraries. This module's main goal is to    \
  help in that task.

checksums           sha256 dcac851a093331a7fb6349c08a2b9bd75a10ea4b009b2771af7b59c347879948 \
                    rmd160 a12ef706c4da6a3b0fbc2facf5b37f05a3509a82

if {${perl5.major} != ""} {
perl5.use_module_build
}
