pkgsrc/devel/p5-Test-File/Makefile
wen a07d180b7d Update to 1.991
Upstream changes:
 Changes for version 1.991 - 2022-01-21

    Enforce text files in some functions, as warned in #18.
    Change up some diag messages: 1) lowercase first letter 2) not ! at end, and 3) use "file" instead of "filename". If you were matching on those, you may need to update your patterns.
2022-01-21 02:12:17 +00:00

19 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.19 2022/01/21 02:12:17 wen Exp $
#
DISTNAME= Test-File-1.991
PKGNAME= p5-Test-File-1.99.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-File
COMMENT= Test file attributes
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/File/.packlist
BUILD_DEPENDS+= p5-Test-utf8>=0:../../devel/p5-Test-utf8
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"