Date: Fri, 15 Nov 2013 10:13:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333837 - head/devel/p5-DateTime-Format-Flexible Message-ID: <201311151013.rAFAD8h4055232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 15 10:13:08 2013 New Revision: 333837 URL: http://svnweb.freebsd.org/changeset/ports/333837 Log: - Add LICENSE - Reformat pkg-descr - Take maintainership Modified: head/devel/p5-DateTime-Format-Flexible/Makefile head/devel/p5-DateTime-Format-Flexible/pkg-descr (contents, props changed) Modified: head/devel/p5-DateTime-Format-Flexible/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Flexible/Makefile Fri Nov 15 10:12:49 2013 (r333836) +++ head/devel/p5-DateTime-Format-Flexible/Makefile Fri Nov 15 10:13:08 2013 (r333837) @@ -7,9 +7,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Flexibly parse strings and turn them into DateTime objects +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ Modified: head/devel/p5-DateTime-Format-Flexible/pkg-descr ============================================================================== --- head/devel/p5-DateTime-Format-Flexible/pkg-descr Fri Nov 15 10:12:49 2013 (r333836) +++ head/devel/p5-DateTime-Format-Flexible/pkg-descr Fri Nov 15 10:13:08 2013 (r333837) @@ -1,5 +1,5 @@ -DateTime::Format::Flexible attempts to take any string you give it -and parse it into a DateTime object. The test file tests 2500+ -variations of date/time strings. +DateTime::Format::Flexible attempts to take any string you give it and parse it +into a DateTime object. The test file tests 2500+ variations of date/time +strings. WWW: http://search.cpan.org/dist/DateTime-Format-Flexible/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151013.rAFAD8h4055232>