diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-04 16:02:12 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-04 16:02:12 +0000 |
commit | 70cf706633eb669326e576f00236b189fd31fe12 (patch) | |
tree | 9fa8d5b799e96db2881914f6c77d8e1a4be8c58d /time | |
parent | ddcd0cd4176b7375fd10fc64f1349dc79827db94 (diff) | |
download | pkgsrc-70cf706633eb669326e576f00236b189fd31fe12.tar.gz |
Time::Interval
==============
This package installs the Time::Interval perl module.
Time::Interval's primary purpose is to take a given number
of seconds and return the number of days, hours, minutes,
and seconds are represented.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Interval/DESCR | 7 | ||||
-rw-r--r-- | time/p5-Time-Interval/Makefile | 19 | ||||
-rw-r--r-- | time/p5-Time-Interval/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time-Interval/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/time/p5-Time-Interval/DESCR b/time/p5-Time-Interval/DESCR new file mode 100644 index 00000000000..558db68ef56 --- /dev/null +++ b/time/p5-Time-Interval/DESCR @@ -0,0 +1,7 @@ +Time::Interval +============== + +This package installs the Time::Interval perl module. +Time::Interval's primary purpose is to take a given number +of seconds and return the number of days, hours, minutes, +and seconds are represented. diff --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile new file mode 100644 index 00000000000..69e376e2674 --- /dev/null +++ b/time/p5-Time-Interval/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $ +# + +DISTNAME= Time-Interval-1.22 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/ +COMMENT= Converts time intervals of days, hours, minutes, and seconds + +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime + +PERL5_PACKLIST= auto/Time/Interval/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Interval/PLIST b/time/p5-Time-Interval/PLIST new file mode 100644 index 00000000000..fff4502ebc1 --- /dev/null +++ b/time/p5-Time-Interval/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $ diff --git a/time/p5-Time-Interval/distinfo b/time/p5-Time-Interval/distinfo new file mode 100644 index 00000000000..313f3bea687 --- /dev/null +++ b/time/p5-Time-Interval/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/11/04 16:02:12 adrianp Exp $ + +SHA1 (Time-Interval-1.22.tar.gz) = 1109eb1c68b10da5a924c55b8e81ebdf97eefb00 +RMD160 (Time-Interval-1.22.tar.gz) = 75a34fb7f3ddae336de9080dd5b73b4999482b3f +Size (Time-Interval-1.22.tar.gz) = 5635 bytes |