diff options
author | seb <seb@pkgsrc.org> | 2008-08-25 20:39:26 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-25 20:39:26 +0000 |
commit | 62b81591a805f26c13836e3b86ad9528dafcf8db (patch) | |
tree | 575e1493d43716ba05920f2e7855f8667cf2d9ab /time | |
parent | f7f556b63aeec92b32b019637ccde5e9d1f60497 (diff) | |
download | pkgsrc-62b81591a805f26c13836e3b86ad9528dafcf8db.tar.gz |
Add & enable p5-Time-Duration-Parse
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 eb1157ed8b4..7725c7e9a0b 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2008/08/17 14:44:04 he Exp $ +# $NetBSD: Makefile,v 1.74 2008/08/25 20:39:26 seb Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -59,6 +59,7 @@ SUBDIR+= p5-Schedule-Cron-Events SUBDIR+= p5-Time SUBDIR+= p5-Time-Clock SUBDIR+= p5-Time-Duration +SUBDIR+= p5-Time-Duration-Parse SUBDIR+= p5-Time-Format SUBDIR+= p5-Time-HiRes SUBDIR+= p5-Time-Interval |