summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-02 17:37:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-02 17:37:56 +0000
commit6009aff0ca66216ce25970a5727383ad78133db6 (patch)
tree525b917064ba4f7b773ce81e5cfc73856cb28eaf
parent- convert to the new perl5 framework (diff)
- Add LICENSE
- Use CPAN as primary WWW
-rw-r--r--devel/p5-DateTime-Format-Strptime/Makefile2
-rw-r--r--devel/p5-DateTime-Format-Strptime/pkg-descr2
2 files changed, 3 insertions, 1 deletions
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/