summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-Time-HiRes/Makefile')
-rw-r--r--time/p5-Time-HiRes/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 96c08bdaea8..d82d2474c02 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2002/10/20 17:46:02 seb Exp $
+# $NetBSD: Makefile,v 1.3 2002/11/15 02:50:24 heinz Exp $
#
-DISTNAME= Time-HiRes-01.20
-PKGNAME= p5-Time-HiRes-01.20
+DISTNAME= Time-HiRes-1.38
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5thr
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= bad@netbsd.org
+HOMEPAGE= http://search.cpan.org/author/JHI/Time-HiRes/
COMMENT= perl5 module for high resolution time, sleep, and alarm
USE_BUILDLINK2= YES
+
+PERL5_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist
-WRKSRC= ${WRKDIR}/Time-HiRes-01.20
+TEST_TARGET= test
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"