summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2008-01-09 16:33:23 +0000
committerheinz <heinz@pkgsrc.org>2008-01-09 16:33:23 +0000
commit13d8eb48b495919e7facc1b9273ea621dd8b6998 (patch)
treea0da2c090465af615cc188c7a7b7a8d76075b1e6 /time/p5-Time-HiRes
parentfc868defc9556dcbb74bbc410f0040d38826b65a (diff)
downloadpkgsrc-13d8eb48b495919e7facc1b9273ea621dd8b6998.tar.gz
The package supports installation to DESTDIR and needs a C compiler.
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r--time/p5-Time-HiRes/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 173fd18c9ce..8e3fb4c3176 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.22 2007/02/27 13:12:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2008/01/09 16:33:23 heinz Exp $
DISTNAME= Time-HiRes-1.9706
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5thr
CATEGORIES= time perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JH/JHI/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/
COMMENT= Perl5 module for high resolution time, sleep, and alarm
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Time/HiRes/.packlist
.include "../../lang/perl5/module.mk"