49b02405b3
Add LICENSE Upstream changes: 1.06 Fri Oct 19 11:30:31 CDT 2012 [ENHANCEMENTS] tainted() now localizes $SIG{__DIE__} before performing the taint check. If the calling program has its own $SIG{__DIE__}, we don't want to use it. Thanks, Pete Krawczyk. https://rt.cpan.org/Ticket/Display.html?id=23507 [FIXES] Checks for undef before opening files when trying to create some taint. Thanks Fr茅d茅ric Buclin. https://rt.cpan.org/Ticket/Display.html?id=51246
18 lines
468 B
Makefile
18 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/09/08 05:05:08 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Taint-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Taint/
|
|
COMMENT= Tools to test taintedness
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Test/Taint/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|