diff options
Diffstat (limited to 'time/p5-Time-HiRes')
-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" |