Permalink
Browse files
p5-gtk3-sourceview: new port
Perl binding for the GTK+ 3 GtkSourceView widget
- Loading branch information
| @@ -0,0 +1,26 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 | ||
| perl5.setup Gtk3-SourceView 0.12 ../../authors/id/P/PE/PERLMAX | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| description Gtk3::SourceView - Perl binding for the GTK+ 3 GtkSourceView widget | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 66e6b0e2db5f2ee768fdcb8f21d24d58e7efa795 \ | ||
| sha256 c6d41813a2f6231f9a2a0a2cb09bd0461fce14148f45d08cf5d09c2e37c553ee \ | ||
| size 9601 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| depends_lib-append \ | ||
| port:gtksourceview3 \ | ||
| port:p${perl5.major}-glib-object-introspection \ | ||
| port:p${perl5.major}-gtk3 | ||
|
|
||
| supported_archs noarch | ||
| } |