Upstream changes: 0.12 2021-03-20 NEILB - Fix for RT#128243, where touching a file in close succession wouldn't register the second one for make & other purposes, on systems that have finer granularity than seconds. Thanks to Slaven Rezic for the suggested fix. - Improved opening paragraphs of the DESCRIPTION, including a suggestion to always require 0.12 or higher. 0.11_03 2021-03-18 NEILB - Time::HiRes doesn't provide utime() on Windows, so now we try and load Time::HiRes in a BEGIN block, and only enforce the min version if it loaded ok. 0.11_02 2021-03-18 NEILB - Looks like I should have specified a min version of Time::HiRes. Was getting some fails from CPAN Testers, about utime() not being available. 0.11_01 2021-03-17 NEILB - Try Slaven's suggested fix for RT#128243
19 lines
471 B
Makefile
19 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/04/30 23:29:13 wen Exp $
|
|
#
|
|
|
|
DISTNAME= File-Touch-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/File-Touch
|
|
COMMENT= Perl 5 module to "touch" files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/File/Touch/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|