freebsd-ports/devel/p5-Taint-Util/Makefile
Sunpoet Po-Chuan Hsieh 9f0171d23c - Add p5-Taint-Util 0.08
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/
2011-07-21 09:34:15 +00:00

21 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>