summaryrefslogtreecommitdiff
path: root/time/p5-Time-Piece/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-23 17:04:37 +0000
committerminskim <minskim@pkgsrc.org>2004-10-23 17:04:37 +0000
commit16d688b6638b5edf83cac41dc09e0d979b659bac (patch)
treeb9b4e2b101b4470b9644607ad2fcb0d90668c2fb /time/p5-Time-Piece/Makefile
parent94f1bf6fd7aa1f7eba79aefbacc98eb490a378d0 (diff)
downloadpkgsrc-16d688b6638b5edf83cac41dc09e0d979b659bac.tar.gz
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.
Diffstat (limited to 'time/p5-Time-Piece/Makefile')
-rw-r--r--time/p5-Time-Piece/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile
new file mode 100644
index 00000000000..967634cc633
--- /dev/null
+++ b/time/p5-Time-Piece/Makefile
@@ -0,0 +1,19 @@
+# $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"