DESCR

Time::Format provides a very easy way to format dates and times. The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions. The formatting
codes used are meant to be easy to remember, use, and read. They
follow a simple, consistent pattern. If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again. A quick-reference page is included, just in
case. ;-)

Time::Format can also format DateTime objects, and strings created
with Date::Manip.

Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.

If the I18N::Langinfo module is available, Time::Format provides
weekday and month names in a language appropriate for your locale.

Makefile

# $NetBSD: Makefile,v 1.7 2010/08/21 16:36:27 seb Exp $
#

DISTNAME= Time-Format-1.11
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-Format/
COMMENT= Easy-to-use date/time formatting

PKG_DESTDIR_SUPPORT= user-destdir

DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip

PERL5_PACKLIST= auto/Time/Format/.packlist
USE_LANGUAGES= # none

PERL5_MODULE_TYPE= Module::Build

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

distinfo

$NetBSD: distinfo,v 1.3 2009/07/07 19:31:48 sno Exp $

SHA1 (Time-Format-1.11.tar.gz) = 05d39c8c949bf56b7fb5fc51cce752803da4b390
RMD160 (Time-Format-1.11.tar.gz) = f24c23ec432b670d5bd116aa315ddb6cdc380b81
Size (Time-Format-1.11.tar.gz) = 30330 bytes