pkgsrc/time/p5-Time-HiRes/Makefile
wen db8e5dea24 Update to 1.9726
Upstream changes:
1.9726 [2013-08-17]
	- Correct s/us splitting of usleep(1000000) [rt.cpan.org #78266].
	- Avoid integer overflow in itimer-based alarm() with large
	  argument [rt.cpan.org #87160].
	- Define PERL_NO_INLINE_FUNCTIONS during probe compilations, to
	  avoid false negatives caused by not linking with the perl core.
	- Be more careful about context in stat().
	- Install into "site" directories by default on perl 5.11+
	  [rt.cpan.org #79797].
	- Fix a couple of doc typos [rt.cpan.org #85365].
	- Fix function name in a doc example [rt.cpan.org #86318].
	- Provide lstat() that yields high-res timestamps, alongside
	  the existing high-res stat() [rt.cpan.org #78732].
2013-10-02 02:44:24 +00:00

20 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.38 2013/10/02 02:44:24 wen Exp $
DISTNAME= Time-HiRes-1.9726
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5thr
CATEGORIES= time perl5
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
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Time/HiRes/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"