Revision: 105493 https://trac.macports.org/changeset/105493 Author: macsforever2000@macports.org Date: 2013-04-22 12:32:21 -0700 (Mon, 22 Apr 2013) Log Message: ----------- p5-alien-wxwidgets: New port. Added Paths: ----------- trunk/dports/perl/p5-alien-wxwidgets/ trunk/dports/perl/p5-alien-wxwidgets/Portfile Added: trunk/dports/perl/p5-alien-wxwidgets/Portfile =================================================================== --- trunk/dports/perl/p5-alien-wxwidgets/Portfile (rev 0) +++ trunk/dports/perl/p5-alien-wxwidgets/Portfile 2013-04-22 19:32:21 UTC (rev 105493) @@ -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 Alien-wxWidgets 0.64 + +platforms darwin +maintainers nomaintainer +license {Artistic-1 GPL} + +supported_archs noarch + +description Alien::wxWidgets - building, finding and using wxWidgets binaries. + +long_description ${description} + +checksums rmd160 1cd425f243033e379c84228acb10eca2e097befe \ + sha256 bdaec7b54d9bbcf6e7e5ef52f7e23ad4295c54819d6f29e6ca3bf07f6fdb35bb + +if {${perl5.major} != ""} { + depends_lib-append port:wxWidgets-devel + + configure.env-append \ + WX_CONFIG=${prefix} +} Property changes on: trunk/dports/perl/p5-alien-wxwidgets/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
macsforever2000@macports.org