diff options
author | reed <reed@pkgsrc.org> | 2007-01-02 18:14:41 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-01-02 18:14:41 +0000 |
commit | 6f379a50f35a1557594e92c8f7c17c07f8b37438 (patch) | |
tree | 9cb998dd2e1be9cc5c958f1aeee7aaf21a44f582 /time | |
parent | 90760de31fcf2f8d5e8939db0825e187bb069e05 (diff) | |
download | pkgsrc-6f379a50f35a1557594e92c8f7c17c07f8b37438.tar.gz |
added p5-Time-Duration
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 0ee4e4f7b86..7d243177dd2 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/10/12 20:52:40 minskim Exp $ +# $NetBSD: Makefile,v 1.51 2007/01/02 18:14:41 reed Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -42,6 +42,7 @@ SUBDIR+= p5-DateTime-Set SUBDIR+= p5-DateTime-TimeZone SUBDIR+= p5-Schedule-Cron-Events SUBDIR+= p5-Time +SUBDIR+= p5-Time-Duration SUBDIR+= p5-Time-HiRes SUBDIR+= p5-Time-Local SUBDIR+= p5-Time-Period |