From 747dd08a849413ea83a7f1dbbd1115289735ac08 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 2 Sep 2013 17:37:56 +0000 Subject: - Add LICENSE - Use CPAN as primary WWW --- devel/p5-DateTime-Format-Strptime/Makefile | 2 ++ devel/p5-DateTime-Format-Strptime/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index ce3486413c5a..b0faac28bf42 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -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 diff --git a/devel/p5-DateTime-Format-Strptime/pkg-descr b/devel/p5-DateTime-Format-Strptime/pkg-descr index be3d4c614413..6ea024c6129a 100644 --- a/devel/p5-DateTime-Format-Strptime/pkg-descr +++ b/devel/p5-DateTime-Format-Strptime/pkg-descr @@ -3,4 +3,4 @@ reverse of strftime(3), for DateTime. While strftime takes a DateTime and a 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/ -- cgit