8913d712e4
1.9741 [2016-11-20] - C++11 compatibility: blead a914236c - El Capitan compatibility: blead 45bbc013 - use CLOCK_REALTIME for clock_nanosleep scan: blead 56ed632c - include file consistency in scans: blead 605b4dbe - use clockid_t consistently: blead 2979fdf3 - use hv_fetchs(): blead 07e4dd7a - scan for clockid_t (needed for macos Sierra): blead 69d1f2c2 - darwin lacks clockid_t: blead d1e7b5aa [rt.cpan.org #129789] - provide template for tempfile: blead 91dca83e - explicit cast for clockid_t in C++11: blead 1c566547 - upgrade to a newer ppport (3.35)
17 lines
488 B
Makefile
17 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.48 2016/11/28 13:08:40 wiz Exp $
|
|
|
|
DISTNAME= Time-HiRes-1.9741
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Time/HiRes/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|