Revision
77422
Author
ryandesign@macports.org
Date
2011-03-29 17:55:33 -0700 (Tue, 29 Mar 2011)

Log Message

p5-universal-can: noarch

Modified Paths

Diff

Modified: trunk/dports/perl/p5-universal-can/Portfile (77421 => 77422)


--- trunk/dports/perl/p5-universal-can/Portfile	2011-03-30 00:54:56 UTC (rev 77421)
+++ trunk/dports/perl/p5-universal-can/Portfile	2011-03-30 00:55:33 UTC (rev 77422)
@@ -4,8 +4,10 @@
 PortGroup                 perl5 1.0
 
 perl5.setup               UNIVERSAL-can 1.16
-revision        1
+revision                  2
 maintainers               narf_tm openmaintainer
+supported_archs           noarch
+
 description               Hack around people calling UNIVERSAL::can() as a function
 long_description          The UNIVERSAL class provides a few default methods so \
                           that all objects can use them.