diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:10:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:10:17 +0000 |
commit | d5dd86ab856fc96788f88174246edb85ab150fea (patch) | |
tree | 9cb55e9b36d231e3f255f30963242f3225d52fc3 /time/Makefile | |
parent | 738829ac8bd6e41915a150247dbdd349a8e9284a (diff) | |
download | pkgsrc-d5dd86ab856fc96788f88174246edb85ab150fea.tar.gz |
+ py-iso8601.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 8e907efb19f..18b545f0746 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2014/02/01 20:13:28 rodent Exp $ +# $NetBSD: Makefile,v 1.134 2014/03/31 08:10:17 wiz Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -122,6 +122,7 @@ SUBDIR+= py-dateutil SUBDIR+= py-dateutil2 SUBDIR+= py-goocalendar SUBDIR+= py-icalendar +SUBDIR+= py-iso8601 SUBDIR+= py-mxDateTime SUBDIR+= py-parsedatetime SUBDIR+= py-pytz |