diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 18:48:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-12 18:48:26 +0000 |
commit | e1bb21269378e21fe1b04bfb35bf4af835516bda (patch) | |
tree | ae0bced74f01e8c9822ffd90108fe0760386eec1 /devel/Makefile | |
parent | - Update to version 1.2.10 (diff) |
Add p5-DateTime-Format-W3CDTF 0.03,
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date
format of RSS 1.0.
PR: 54194
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=86855
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3f3124a4ff8b..db50fc1342a8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -570,6 +570,7 @@ SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-Strptime + SUBDIR += p5-DateTime-Format-W3CDTF SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set |