[66090] trunk/dports/lang/perl5/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 5 20:08:00 PDT 2010


Revision: 66090
          http://trac.macports.org/changeset/66090
Author:   jmr at macports.org
Date:     2010-04-05 20:07:57 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
perl5: mark as noarch if possible

Modified Paths:
--------------
    trunk/dports/lang/perl5/Portfile

Modified: trunk/dports/lang/perl5/Portfile
===================================================================
--- trunk/dports/lang/perl5/Portfile	2010-04-06 02:54:43 UTC (rev 66089)
+++ trunk/dports/lang/perl5/Portfile	2010-04-06 03:07:57 UTC (rev 66090)
@@ -17,8 +17,9 @@
 master_sites    
 distfiles
 
-universal_variant   no
-
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 use_configure       no
 build {}
 destroot {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/343e0016/attachment.html>


More information about the macports-changes mailing list