svn commit: r326043 - head/devel/p5-DateTime-Format-Strptime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 2 17:37:56 UTC 2013


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 at 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/


More information about the svn-ports-all mailing list