Revision
77413
Author
ryandesign@macports.org
Date
2011-03-29 16:42:38 -0700 (Tue, 29 Mar 2011)

Log Message

p5-algorithm-c3: noarch

Modified Paths

Diff

Modified: trunk/dports/perl/p5-algorithm-c3/Portfile (77412 => 77413)


--- trunk/dports/perl/p5-algorithm-c3/Portfile	2011-03-29 23:41:40 UTC (rev 77412)
+++ trunk/dports/perl/p5-algorithm-c3/Portfile	2011-03-29 23:42:38 UTC (rev 77413)
@@ -4,8 +4,10 @@
 PortGroup           perl5 1.0
 
 perl5.setup         Algorithm-C3 0.08
-revision        1
+revision            2
 maintainers         narf_tm openmaintainer
+supported_archs     noarch
+
 description         A module for merging hierarchies using the C3 algorithm
 long_description    This module implements the C3 algorithm.