Skip to content
Permalink
Browse files

p5-gtk3-sourceview: new port

Perl binding for the GTK+ 3 GtkSourceView widget
  • Loading branch information
dbevans committed Mar 27, 2018
1 parent d766b90 commit 67887d0a5c93d2ac75575286950b309dc594be02
Showing with 26 additions and 0 deletions.
  1. +26 −0 perl/p5-gtk3-sourceview/Portfile
@@ -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
}

0 comments on commit 67887d0

Please sign in to comment.
You can’t perform that action at this time.