17 lines
509 B
Makefile
17 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/09/08 13:16:38 wiz Exp $
|
|
|
|
DISTNAME= Taint-Util-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AV/AVAR/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/Taint::Util
|
|
COMMENT= Perl5 test for and flip the taint flag without regex matches or eval
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Taint/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|