pkgsrc/devel/p5-File-Which/Makefile
wen 64feac9f8d Update to 1.23
Upstream changes:
1.23      2018-12-31 14:28:16 -0500
  - Internally use IS_WIN instead of IS_DOS for DOS/Windows style
    operating systems.  This is 2018 (almost 2019) after all.
    IS_DOS is now an alias for IS_WIN, although these are not public
    interfaces so you shouldn't be using them anyway.
2019-01-26 10:07:31 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.26 2019/01/26 10:07:31 wen Exp $
DISTNAME= File-Which-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"