diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Duration/DESCR | 3 | ||||
-rw-r--r-- | time/p5-Time-Duration/Makefile | 15 | ||||
-rw-r--r-- | time/p5-Time-Duration/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time-Duration/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/time/p5-Time-Duration/DESCR b/time/p5-Time-Duration/DESCR new file mode 100644 index 00000000000..b4bea4db0d7 --- /dev/null +++ b/time/p5-Time-Duration/DESCR @@ -0,0 +1,3 @@ +The Time::Duration perl module provides functions for expressing +durations in rounded (such as "1 year and 21 days") or exact English +terms. diff --git a/time/p5-Time-Duration/Makefile b/time/p5-Time-Duration/Makefile new file mode 100644 index 00000000000..1ea830c27c9 --- /dev/null +++ b/time/p5-Time-Duration/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ + +DISTNAME= Time-Duration-1.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~avif/Time-Duration-1.04/Duration.pm +COMMENT= Perl5 module for rounded or exact English expression of durations + +PERL5_PACKLIST= auto/Time/Duration/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-Duration/PLIST b/time/p5-Time-Duration/PLIST new file mode 100644 index 00000000000..57daba865d5 --- /dev/null +++ b/time/p5-Time-Duration/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ diff --git a/time/p5-Time-Duration/distinfo b/time/p5-Time-Duration/distinfo new file mode 100644 index 00000000000..abcba5ebb6e --- /dev/null +++ b/time/p5-Time-Duration/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/02 18:12:33 reed Exp $ + +SHA1 (Time-Duration-1.04.tar.gz) = cbec8f308a6586f20ce85ba99392eab8dff42b5a +RMD160 (Time-Duration-1.04.tar.gz) = c9c363e1cc14e5de61f2604e1af6f1e62271c48d +Size (Time-Duration-1.04.tar.gz) = 8763 bytes |