# $Id: Portfile,v 1.3 2006/04/02 14:13:23 rhwood Exp $ PortSystem 1.0 name gnome-bindings-perl5 version 2.12 categories devel gnome maintainers rhwood@macports.org gnome-darwinports@opendarwin.org 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. NOTE: the GNOME Java bindings have yet to be ported to Mac OS X. homepage http://www.gnome.org/ depends_lib port:p5-glib \ port:p5-gtk2 \ port:p5-gnome2 \ port:p5-gnome2-canvas \ port:p5-gnome2-gconf \ port:p5-gnome2-vfs \ port:p5-gtk2-gladexml distfiles fetch { } checksum { } configure { } build { } destroot { file mkdir ${destroot}${prefix}/share/doc/ system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt" }