mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
9f0171d23c
Taint::Util wraps perl's internal routines for checking and setting the taint flag and thus does not rely on regular expressions for untainting or odd tricks involving eval and kill for checking whether data is tainted, instead it checks and flips a flag on the scalar in-place. WWW: http://search.cpan.org/dist/Taint-Util/
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# New ports collection makefile for: p5-Taint-Util
|
|
# Date created: 2011-07-21
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Taint-Util
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Test for and flip the taint flag without regex matches or eval
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Taint::Util.3
|
|
|
|
.include <bsd.port.mk>
|