Revision
103278
Author
jmr@macports.org
Date
2013-02-19 19:51:22 -0800 (Tue, 19 Feb 2013)

Log Message

zim: run Makefile.PL directly instead of through trivial configure script, for clarity; set license, mark noarch

Modified Paths

Diff

Modified: trunk/dports/editors/zim/Portfile (103277 => 103278)


--- trunk/dports/editors/zim/Portfile	2013-02-20 03:27:59 UTC (rev 103277)
+++ trunk/dports/editors/zim/Portfile	2013-02-20 03:51:22 UTC (rev 103278)
@@ -6,6 +6,7 @@
 version             0.28
 revision            1
 categories          editors
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Desktop-based wiki
 long_description \
@@ -18,6 +19,7 @@
    writing longer and more complicated documents.
 
 platforms           darwin
+supported_archs     noarch
 
 homepage            http://www.zim-wiki.org
 master_sites        ${homepage}/downloads/
@@ -30,6 +32,5 @@
 depends_lib         port:p5.12-gtk2 port:p5.12-module-build port:p5.12-file-mimeinfo \
                     port:p5.12-file-basedir port:p5.12-file-desktopentry
 
-configure.pre_args  ""
-
-universal_variant   no
+configure.cmd       ${prefix}/bin/perl5.12
+configure.pre_args  ./Makefile.PL