diff options
author | seb <seb@pkgsrc.org> | 2008-08-25 20:37:50 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-25 20:37:50 +0000 |
commit | f7f556b63aeec92b32b019637ccde5e9d1f60497 (patch) | |
tree | d66f66211805ad1ef727222a352e8773cfad98b9 /time | |
parent | af0ee825dea5f323e692a5d7594d7e694f946658 (diff) | |
download | pkgsrc-f7f556b63aeec92b32b019637ccde5e9d1f60497.tar.gz |
Initial import of p5-Time-Duration-Parse version 0.06 in the NetBSD
Packages Collection.
Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds. It does
the opposite of duration_exact function in Time::Duration.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Duration-Parse/DESCR | 3 | ||||
-rw-r--r-- | time/p5-Time-Duration-Parse/Makefile | 21 | ||||
-rw-r--r-- | time/p5-Time-Duration-Parse/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/time/p5-Time-Duration-Parse/DESCR b/time/p5-Time-Duration-Parse/DESCR new file mode 100644 index 00000000000..0a292a2096b --- /dev/null +++ b/time/p5-Time-Duration-Parse/DESCR @@ -0,0 +1,3 @@ +Time::Duration::Parse is a Perl 5 module to parse human readable +duration strings like 2 minutes and 3 seconds to seconds. It does +the opposite of duration_exact function in Time::Duration. diff --git a/time/p5-Time-Duration-Parse/Makefile b/time/p5-Time-Duration-Parse/Makefile new file mode 100644 index 00000000000..4ef81b39058 --- /dev/null +++ b/time/p5-Time-Duration-Parse/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/25 20:37:50 seb Exp $ + +DISTNAME= Time-Duration-Parse-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Time-Duration-Parse/ +COMMENT= Perl5 module to parse string that represents time duration + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Time/Duration/Parse/.packlist + +BUILD_DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration +DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Duration-Parse/distinfo b/time/p5-Time-Duration-Parse/distinfo new file mode 100644 index 00000000000..d67d6cc9826 --- /dev/null +++ b/time/p5-Time-Duration-Parse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/25 20:37:50 seb Exp $ + +SHA1 (Time-Duration-Parse-0.06.tar.gz) = 7155f3bcfb1315c1f087e6fa9cca6b3e0f6576a4 +RMD160 (Time-Duration-Parse-0.06.tar.gz) = c2dd692379b48ca9f7380b9e97c19cf544f11c6c +Size (Time-Duration-Parse-0.06.tar.gz) = 19361 bytes |