aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Taint-Runtime
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-13 00:47:09 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-13 00:47:09 +0000
commit173a194a5bda10b7f05804d05ee2f4fdd1ccf0ed (patch)
treea8a612e5ff0569b3b685fabf95591981400aa5eb /devel/p5-Taint-Runtime
parentd93906ff566b88c3d2ade70d919f2e2f540ea6b7 (diff)
downloadports-173a194a5bda10b7f05804d05ee2f4fdd1ccf0ed.tar.gz
ports-173a194a5bda10b7f05804d05ee2f4fdd1ccf0ed.zip
Add p5-Taint-Runtime 0.02, runtime enable/disable taint checking.
Notes
Notes: svn path=/head/; revision=167647
Diffstat (limited to 'devel/p5-Taint-Runtime')
-rw-r--r--devel/p5-Taint-Runtime/Makefile22
-rw-r--r--devel/p5-Taint-Runtime/distinfo3
-rw-r--r--devel/p5-Taint-Runtime/pkg-descr10
-rw-r--r--devel/p5-Taint-Runtime/pkg-plist9
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-Taint-Runtime/Makefile b/devel/p5-Taint-Runtime/Makefile
new file mode 100644
index 000000000000..8c699d23db15
--- /dev/null
+++ b/devel/p5-Taint-Runtime/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Taint-Runtime
+# Date created: 2006-07-12
+# Whom: Renato Botelho <garga@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Taint-Runtime
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Taint
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= garga@FreeBSD.org
+COMMENT= Runtime enable/disable taint checking
+
+PERL_CONFIGURE= yes
+
+MAN3= Taint::Runtime.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Taint-Runtime/distinfo b/devel/p5-Taint-Runtime/distinfo
new file mode 100644
index 000000000000..272c0f678dea
--- /dev/null
+++ b/devel/p5-Taint-Runtime/distinfo
@@ -0,0 +1,3 @@
+MD5 (Taint-Runtime-0.02.tar.gz) = f956b5abaae6925beb0c6fc335f214de
+SHA256 (Taint-Runtime-0.02.tar.gz) = 6093ff8caf3f1d6f262003440b7cd80281c8bf1da5312b827606e66cbeea1826
+SIZE (Taint-Runtime-0.02.tar.gz) = 16597
diff --git a/devel/p5-Taint-Runtime/pkg-descr b/devel/p5-Taint-Runtime/pkg-descr
new file mode 100644
index 000000000000..8a46f47797ca
--- /dev/null
+++ b/devel/p5-Taint-Runtime/pkg-descr
@@ -0,0 +1,10 @@
+Taint is a good thing. However, few people use taint even though they should.
+The goal of this module isn't to use taint less, but to actually encourage its
+use more.
+
+This module aims to make using taint as painless as possible (This can be an
+argument against it - often implementation of security implies pain - so taking
+away pain might lessen security - sort of).
+
+Author: Paul T. Seamons <perlspam@seamons.com>
+WWW: http://search.cpan.org/dist/Want/
diff --git a/devel/p5-Taint-Runtime/pkg-plist b/devel/p5-Taint-Runtime/pkg-plist
new file mode 100644
index 000000000000..c79d05ab44c6
--- /dev/null
+++ b/devel/p5-Taint-Runtime/pkg-plist
@@ -0,0 +1,9 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/Runtime.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime/Runtime.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/Taint/is_taint_bench.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/Taint/Runtime.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint/Runtime
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Taint
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Taint