Revision: 133410 https://trac.macports.org/changeset/133410 Author: devans@macports.org Date: 2015-02-28 14:25:44 -0800 (Sat, 28 Feb 2015) Log Message: ----------- p5-event: reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-event/Portfile Modified: trunk/dports/perl/p5-event/Portfile =================================================================== --- trunk/dports/perl/p5-event/Portfile 2015-02-28 21:59:09 UTC (rev 133409) +++ trunk/dports/perl/p5-event/Portfile 2015-02-28 22:25:44 UTC (rev 133410) @@ -1,18 +1,17 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -platforms darwin +platforms darwin perl5.branches 5.16 5.18 5.20 -perl5.setup Event 1.23 -license {Artistic-1 GPL} -maintainers nomaintainer -description A Generic Perl Event Loop -long_description This extension aims to provide an simple and optimized \ - event loop for a broad class of applications. +perl5.setup Event 1.23 +license {Artistic-1 GPL} +maintainers nomaintainer +description A Generic Perl Event Loop +long_description This extension aims to provide an simple and optimized \ + event loop for a broad class of applications. -checksums rmd160 448dc1f30ec0cea748ce781f87bf35c8b68c34ab \ - sha256 b6eb8a606198d970420474c69fead7f2f856ba3846bd036d69b194b37acfcf33 - +checksums rmd160 448dc1f30ec0cea748ce781f87bf35c8b68c34ab \ + sha256 b6eb8a606198d970420474c69fead7f2f856ba3846bd036d69b194b37acfcf33
participants (1)
-
devans@macports.org