diff options
author | heinz <heinz@pkgsrc.org> | 2008-01-09 16:33:23 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-01-09 16:33:23 +0000 |
commit | 2a8e38c528e1023c71bf00c1819a39c90f1388b8 (patch) | |
tree | a0da2c090465af615cc188c7a7b7a8d76075b1e6 /time | |
parent | 4bbb3ce7803f8e5b9e01745b2c34cf7f6899ef7a (diff) | |
download | pkgsrc-2a8e38c528e1023c71bf00c1819a39c90f1388b8.tar.gz |
The package supports installation to DESTDIR and needs a C compiler.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 6 |
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" |