# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Gtk2-SourceView 1.000
revision            3
license             LGPL
maintainers         nomaintainer
description         Perl wrappers for the GtkSourceView widget
long_description    Perl bindings to the 1.x series of the GtkSourceView \
                    widget libraries. This module allows you to write Perl \
                    applications that utilize the GtkSourceView library for \
                    source editing and printing.

platforms           darwin

checksums           md5     35f859153d9c8a41260f98ad969fcb78 \
                    sha1    0c92cab15cb44a6fce412303e97e16aabc5e8a58 \
                    rmd160  1a38bddc4a65abbeb5f47bf96d0754bd8698c43d

master_sites        http://search.cpan.org/CPAN/authors/id/E/EB/EBASSI

if {${perl5.major} != ""} {
depends_lib-append  port:gtksourceview \
                    port:p${perl5.major}-extutils-depends \
                    port:p${perl5.major}-glib \
                    port:p${perl5.major}-gnome2-print \
                    port:p${perl5.major}-gtk2
}
