diff --git a/devel/p5-Taint-Runtime/Makefile b/devel/p5-Taint-Runtime/Makefile new file mode 100644 index 00000000000..c75308120d1 --- /dev/null +++ b/devel/p5-Taint-Runtime/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/09/26 13:46:27 kevlo Exp $ + +SHARED_ONLY= Yes + +COMMENT= "runtime enable taint checking" + +DISTNAME= Taint-Runtime-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Taint/} + +MAINTAINER= Kevin Lo + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/devel/p5-Taint-Runtime/distinfo b/devel/p5-Taint-Runtime/distinfo new file mode 100644 index 00000000000..706554e1668 --- /dev/null +++ b/devel/p5-Taint-Runtime/distinfo @@ -0,0 +1,4 @@ +MD5 (Taint-Runtime-0.02.tar.gz) = f956b5abaae6925beb0c6fc335f214de +RMD160 (Taint-Runtime-0.02.tar.gz) = 7a96857d3bfb4b687cf876a0d0753b9aed5290ed +SHA1 (Taint-Runtime-0.02.tar.gz) = 9e1c2e659a68364cb925804b97f9f155af5de1b2 +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 00000000000..6b98ab28c23 --- /dev/null +++ b/devel/p5-Taint-Runtime/pkg/DESCR @@ -0,0 +1,3 @@ +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). diff --git a/devel/p5-Taint-Runtime/pkg/PLIST b/devel/p5-Taint-Runtime/pkg/PLIST new file mode 100644 index 00000000000..f72e961ebff --- /dev/null +++ b/devel/p5-Taint-Runtime/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/09/26 13:46:27 kevlo Exp $ +${P5ARCH}/ +${P5ARCH}/Taint/ +${P5ARCH}/Taint/Runtime.pm +${P5ARCH}/Taint/is_taint_bench.pl +${P5ARCH}/auto/ +${P5ARCH}/auto/Taint/ +${P5ARCH}/auto/Taint/Runtime/ +${P5ARCH}/auto/Taint/Runtime/Runtime.bs +${P5ARCH}/auto/Taint/Runtime/Runtime.so +@man man/man3p/Taint::Runtime.3p