Index: perl/p5-text-wrapper/Portfile =================================================================== --- perl/p5-text-wrapper/Portfile (revision 37923) +++ perl/p5-text-wrapper/Portfile (working copy) @@ -1,10 +1,20 @@ # $Id$ -PortSystem 1.0 + +PortSystem 1.0 PortGroup perl5 1.0 -perl5.setup Text-Wrapper 1.000 -maintainers nomaintainer -description Simple word wrapping routine -long_description ${description} -checksums md5 9f78b13b4c32c61e6aac5cefd75989dd -platforms darwin +perl5.setup Text-Wrapper 1.02 +maintainers nomaintainer +description Simple word wrapping routine + +long_description \ + This module provides simple word wrapping. It breaks long lines, \ + but does not alter spacing or remove existing line breaks. + +checksums md5 a0cdfe6e9e9627db147b3970d3fcad4d \ + sha1 d6dc32314765a8e8c144734846e07bd896aebff1 \ + rmd160 e4a627b5d566160a9b5c079dcb4dc40ebeb06cf1 + +platforms darwin +perl5.use_module_build +depends_build-append port:p5-test-simple