pkgsrc/time/p5-Time-Piece/Makefile
minskim 16d688b663 Import p5-Time-Piece from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
This module replaces the standard localtime and gmtime functions with
implementations that return objects.  It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.
2004-10-23 17:04:37 +00:00

19 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $
DISTNAME= Time-Piece-1.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tpc
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
COMMENT= Time::Piece - Object Oriented time objects
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/Piece/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"