# -*- 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 Gtk2-SourceView 1.000 revision 4 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 rmd160 1a38bddc4a65abbeb5f47bf96d0754bd8698c43d \ sha256 c11e6d62a7dc5da4aaa169155ac251ae1b4ac7c3482ae55ef02b8d3f105c1cb9 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 }