diff options
author | ade <ade@FreeBSD.org> | 2000-02-26 00:34:22 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-26 00:34:22 +0800 |
commit | 528370885f38fdeac95a5714de9fc2858b60ce35 (patch) | |
tree | c8aa74baa7c6637956955a3cf9fac919f2d0486b /devel/Makefile | |
parent | 154f9e7b69f8d3fd26bb42468f13688f5aabd284 (diff) | |
download | freebsd-ports-gnome-528370885f38fdeac95a5714de9fc2858b60ce35.tar.gz freebsd-ports-gnome-528370885f38fdeac95a5714de9fc2858b60ce35.tar.zst freebsd-ports-gnome-528370885f38fdeac95a5714de9fc2858b60ce35.zip |
p5-Date-Calc consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries today),
thereby complying with all relevant norms and standards: ISO/R 2015-1971,
DIN 1355 and, to some extent, ISO 8601 (where applicable).
PR: 16979
Submitted by: Brad Hendrickse <bradh@uunet.co.za>
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 a17cf074641b..77818e3361d6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -126,6 +126,7 @@ SUBDIR += p5-Curses SUBDIR += p5-Data-Flow SUBDIR += p5-Data-ShowTable + SUBDIR += p5-Date-Calc SUBDIR += p5-Date-Manip SUBDIR += p5-Devel-DProf SUBDIR += p5-Devel-Peek |