Index: perl/p5-class-returnvalue/Portfile =================================================================== --- perl/p5-class-returnvalue/Portfile (revision 37935) +++ perl/p5-class-returnvalue/Portfile (working copy) @@ -1,12 +1,20 @@ # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup Class-ReturnValue 0.53 -maintainers nomaintainer -platforms darwin -checksums md5 6db549139d16eb042f0128ff5aefe2f0 -description A return-value object that lets you treat it as as a boolean, array or object -depends_lib-append port:p5-test-inline \ - port:p5-devel-stacktrace +perl5.setup Class-ReturnValue 0.55 +maintainers nomaintainer +platforms darwin +description A return-value object that lets you treat it as as a \ + boolean, array or object +long_description Class::ReturnValue is a "clever" return value object that \ + can allow code calling your routine to expect: a boolean \ + value (did it fail) or a list (what are the return values). + +checksums md5 047fbbcfd90d5c399a1feba55781329e \ + sha1 b2e1e7dbd51df5bcbbbb6f71b54144f2bbaaff15 \ + rmd160 ec6763e569980e4b0bec90256a5e037d420cc3e1 + +depends_lib-append port:p5-devel-stacktrace +depends_build-append port:p5-test-simple