# -*- 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 82553 2011-08-15 19:22:39Z jmr@macports.org $

PortSystem      1.0

name            gnome-bindings-perl5
version         2.30.2
revision        1
categories      devel gnome
maintainers     nomaintainer
platforms       darwin
description     The GNOME bindings for Perl

long_description \
                The GNOME bindings is the set of libraries that allow developers to \
                develop fully GNOME compliant applications in C#, C++, Java, Perl, and \
                Python. The platform is one of the suites of software packages that form \
                the complete GNOME project offerings. These are the GNOME bindings for Perl.

homepage        http://www.gnome.org/

depends_lib     port:p5.12-glib    \
                port:p5.12-gnome2-canvas    \
                port:p5.12-gnome2-gconf    \
                port:p5.12-gnome2-vfs    \
                port:p5.12-gnome2    \
                port:p5.12-gtk2-gladexml \
                port:p5.12-gtk2    \
                port:p5.12-pango

distfiles

use_configure   no

build           {}

destroot        {
    file mkdir ${destroot}${prefix}/share/doc/
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
}

livecheck.type  none
