most recent changes, diff for p5-class-throwable
Index: perl/p5-class-throwable/Portfile
--- perl/p5-class-throwable/Portfile (revision 33893)
+++ perl/p5-class-throwable/Portfile (revision 33894)
@@ -1,19 +1,21 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Class-Throwable 0.10
-maintainers narf_tm openmaintainer
-description A minimal lightweight exception class
-long_description This module implements a minimal lightweight exception \
- object. It is meant to be a compromise between more basic solutions \
- like Carp which can only print information and cannot handle \
- exception objects, and more more complex solutions like \
- Exception::Class which can be used to define complex inline \
- exceptions and has a number of module dependencies.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Class-Throwable 0.10
+maintainers narf_tm openmaintainer
+description A minimal lightweight exception class
+long_description This module implements a minimal lightweight exception \
+ object. It is meant to be a compromise between more \
+ basic solutions like Carp which can only print \
+ information and cannot handle exception objects, \
+ and more more complex solutions like Exception::Class \
+ which can be used to define complex inline exceptions \
+ and has a number of module dependencies.
-checksums md5 888ea61abfd8d9b60c024a997de9dbbd
+platforms darwin
-depends_lib-append port:p5-scalar-list-utils
+checksums md5 888ea61abfd8d9b60c024a997de9dbbd
+
+depends_lib-append port:p5-scalar-list-utils