pkgsrc/devel/p5-File-Which/Makefile
wen 1482e50bf6 Update to 1.27
Upstream changes:
1.27      2021-05-07 04:54:31 -0600
  - Production release identical to 1.26_01
1.26_01   2021-04-27 05:15:20 -0600
  - Fix bug in test where test files sometimes didn't have
    execute permissions (gh#31)
  - Add Env as an explicit test prereq (gh#13, gh#32)

1.25_01   2021-04-25 07:35:41 -0600
  - Tests should now work when Perl isn't in the PATH (gh#29, gh#30)

Upstream changes:
2021-06-12 13:51:18 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.32 2021/06/12 13:51:18 wen Exp $
DISTNAME= File-Which-1.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/File-Which
COMMENT= Portable implementation of the 'which' utility
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/File/Which/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"