Date: Mon, 2 Sep 2013 17:37:56 +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: r326043 - head/devel/p5-DateTime-Format-Strptime Message-ID: <201309021737.r82Hbuck016861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 2 17:37:56 2013 New Revision: 326043 URL: http://svnweb.freebsd.org/changeset/ports/326043 Log: - Add LICENSE - Use CPAN as primary WWW Modified: head/devel/p5-DateTime-Format-Strptime/Makefile head/devel/p5-DateTime-Format-Strptime/pkg-descr (contents, props changed) Modified: head/devel/p5-DateTime-Format-Strptime/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/Makefile Mon Sep 2 17:29:36 2013 (r326042) +++ head/devel/p5-DateTime-Format-Strptime/Makefile Mon Sep 2 17:37:56 2013 (r326043) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format strp and strf time patterns +LICENSE= ART20 + RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime Modified: head/devel/p5-DateTime-Format-Strptime/pkg-descr ============================================================================== --- head/devel/p5-DateTime-Format-Strptime/pkg-descr Mon Sep 2 17:29:36 2013 (r326042) +++ head/devel/p5-DateTime-Format-Strptime/pkg-descr Mon Sep 2 17:37:56 2013 (r326043) @@ -3,4 +3,4 @@ reverse of strftime(3), for DateTime. Wh pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated. -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime-Format-Strptime/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021737.r82Hbuck016861>