summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Simple/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-09-03 14:19:16 +0000
committerminskim <minskim>2005-09-03 14:19:16 +0000
commitd2d518b8c352c8e20b8a42d93949923a4f04a8a3 (patch)
tree6f060e43233e3c2f149a0c8f5647876473944947 /devel/p5-Date-Simple/Makefile
parentc7cd39585b6c4008df0d5543b50727106ec17588 (diff)
downloadpkgsrc-d2d518b8c352c8e20b8a42d93949923a4f04a8a3.tar.gz
Import p5-Date-Simple from pkgsrc-wip. Packaged by George Michaelson.
Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation: Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic: How many days were between two given dates? What date comes N days after today? Day-of-week calculation: What day of the week is a given date? It does NOT deal with hours, minutes, seconds, and time zones.
Diffstat (limited to 'devel/p5-Date-Simple/Makefile')
-rw-r--r--devel/p5-Date-Simple/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Date-Simple/Makefile b/devel/p5-Date-Simple/Makefile
new file mode 100644
index 00000000000..26c8354ec27
--- /dev/null
+++ b/devel/p5-Date-Simple/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 14:19:16 minskim Exp $
+#
+
+DISTNAME= Date-Simple-3.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
+
+MAINTAINER= geeogeegeeoh@users.sourceforge.net
+HOMEPAGE= http://search.cpan.org/~yves/Date-Simple/
+COMMENT= A simple date object
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Date/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"