diff options
author | mharo <mharo@FreeBSD.org> | 2004-01-17 05:33:20 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-01-17 05:33:20 +0800 |
commit | e505eec5c028ed0fc408774e5c5b9421b407a622 (patch) | |
tree | 7573742f259ba038496fffd110b5fedad8faf324 /devel/Makefile | |
parent | 75529c515df20a665b3b5b7a01e1806be7e99bad (diff) | |
download | freebsd-ports-gnome-e505eec5c028ed0fc408774e5c5b9421b407a622.tar.gz freebsd-ports-gnome-e505eec5c028ed0fc408774e5c5b9421b407a622.tar.zst freebsd-ports-gnome-e505eec5c028ed0fc408774e5c5b9421b407a622.zip |
add p5-Date-Set - It allows you to generate groups of dates, like
"every wednesday", and then find all the dates matching that pattern.
Note that this port is similar (but not the same) as p5-DateTime-Set.
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 53eb5143ae8e..935b69c7bc0d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -611,6 +611,7 @@ SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Roman + SUBDIR += p5-Date-Set SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime |