Revision: 105553 https://trac.macports.org/changeset/105553 Author: macsforever2000@macports.org Date: 2013-04-24 15:14:26 -0700 (Wed, 24 Apr 2013) Log Message: ----------- p5-wx: New port. Added Paths: ----------- trunk/dports/perl/p5-wx/ trunk/dports/perl/p5-wx/Portfile Added: trunk/dports/perl/p5-wx/Portfile =================================================================== --- trunk/dports/perl/p5-wx/Portfile (rev 0) +++ trunk/dports/perl/p5-wx/Portfile 2013-04-24 22:14:26 UTC (rev 105553) @@ -0,0 +1,28 @@ +# -*- 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.8 5.10 5.12 5.14 5.16 +perl5.setup Wx 0.9921 + +platforms darwin +maintainers nomaintainer +license {Artistic-1 GPL} + +description interface to the wxWidgets GUI toolkit + +long_description ${description} + +checksums rmd160 103919531884bea1e8d830c104842d0640dacbd2 \ + sha256 f08dc2a3344c1a6de49599841ba12daf25afcef3b6ff0c24079494edabf72cb4 + +if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-extutils-xspp + + depends_lib-append port:p${perl5.major}-alien-wxwidgets + + configure.args installdirs=vendor +} Property changes on: trunk/dports/perl/p5-wx/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
macsforever2000@macports.org