Added: trunk/dports/perl/p5-alien-gimp/Portfile (0 => 148265)
--- trunk/dports/perl/p5-alien-gimp/Portfile (rev 0)
+++ trunk/dports/perl/p5-alien-gimp/Portfile 2016-05-02 00:04:21 UTC (rev 148265)
@@ -0,0 +1,31 @@
+# -*- 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.22
+perl5.setup Alien-Gimp 0.06
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Alien::Gimp - Encapsulate install info for GIMP
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 d7027748db581d9160f16d1763ca6d39d12ab5ee \
+ sha256 528a3b93331c260879c4fd94f1463f2290ce65f7c99f20760cbc25f22caab6d0
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-extutils-depends \
+ port:p${perl5.major}-extutils-pkgconfig \
+ port:p${perl5.major}-inline \
+ port:p${perl5.major}-inline-c \
+ port:p${perl5.major}-io-all
+
+ depends_lib-append \
+ port:gimp2
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-alien-gimp/Portfile
___________________________________________________________________