diff --git a/devel/Makefile b/devel/Makefile index eaba95bba88c..0821d2bb5ad6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1282,6 +1282,7 @@ SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sys-Mmap SUBDIR += p5-System2 + SUBDIR += p5-Taint-Runtime SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-Animation 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 +# +# $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 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 +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