diff options
-rw-r--r-- | time/p5-DateTime-Format-Epoch/DESCR | 2 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Epoch/Makefile | 17 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Epoch/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Epoch/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/time/p5-DateTime-Format-Epoch/DESCR b/time/p5-DateTime-Format-Epoch/DESCR new file mode 100644 index 00000000000..c165e848891 --- /dev/null +++ b/time/p5-DateTime-Format-Epoch/DESCR @@ -0,0 +1,2 @@ +The DateTime::Fromat::Epoch modules provide to/from epoch seconds for the +DateTime.pm class. diff --git a/time/p5-DateTime-Format-Epoch/Makefile b/time/p5-DateTime-Format-Epoch/Makefile new file mode 100644 index 00000000000..d46dd3625ef --- /dev/null +++ b/time/p5-DateTime-Format-Epoch/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 17:08:33 bouyer Exp $ + +DISTNAME= DateTime-Format-Epoch-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://datetime.perl.org/ +COMMENT= Convert DateTimes to/from epoch seconds + +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Format/Epoch/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-Epoch/PLIST b/time/p5-DateTime-Format-Epoch/PLIST new file mode 100644 index 00000000000..839d1fe1e32 --- /dev/null +++ b/time/p5-DateTime-Format-Epoch/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/25 17:08:34 bouyer Exp $ diff --git a/time/p5-DateTime-Format-Epoch/distinfo b/time/p5-DateTime-Format-Epoch/distinfo new file mode 100644 index 00000000000..f6196d85f5d --- /dev/null +++ b/time/p5-DateTime-Format-Epoch/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/25 17:08:34 bouyer Exp $ + +SHA1 (DateTime-Format-Epoch-0.09.tar.gz) = d95a18130dbc1c15c31c3ae714a3681a20c75e26 +RMD160 (DateTime-Format-Epoch-0.09.tar.gz) = c3b53dd730c4c0c952092abfec1566b03d19e495 +Size (DateTime-Format-Epoch-0.09.tar.gz) = 17489 bytes |