svn commit: r333837 - head/devel/p5-DateTime-Format-Flexible

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 15 10:13:09 UTC 2013


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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/


More information about the svn-ports-all mailing list