diff --git a/devel/p5-Data-Dumper-Simple/Makefile b/devel/p5-Data-Dumper-Simple/Makefile new file mode 100644 index 00000000000..ce356e121c2 --- /dev/null +++ b/devel/p5-Data-Dumper-Simple/Makefile @@ -0,0 +1,17 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/11/07 22:09:44 jasper Exp $ + +COMMENT= easily dump variables with names + +DISTNAME= Data-Dumper-Simple-0.11 + +CATEGORIES= devel + +# perl +PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes + +MODULES= cpan + +.include diff --git a/devel/p5-Data-Dumper-Simple/distinfo b/devel/p5-Data-Dumper-Simple/distinfo new file mode 100644 index 00000000000..6acc8344453 --- /dev/null +++ b/devel/p5-Data-Dumper-Simple/distinfo @@ -0,0 +1,5 @@ +MD5 (Data-Dumper-Simple-0.11.tar.gz) = Cj5nv1u28vORFruSYyYx3w== +RMD160 (Data-Dumper-Simple-0.11.tar.gz) = yWOvRf5Mm2gYSEGEnuf3zOjxrpE= +SHA1 (Data-Dumper-Simple-0.11.tar.gz) = YtQgFMJ3Gve8n3M10yWfGyzLwlY= +SHA256 (Data-Dumper-Simple-0.11.tar.gz) = Pzz9J4y+EYhS2Xo5neE5o9/OOMbg8Md1pJLSfnAvDF4= +SIZE (Data-Dumper-Simple-0.11.tar.gz) = 8078 diff --git a/devel/p5-Data-Dumper-Simple/pkg/DESCR b/devel/p5-Data-Dumper-Simple/pkg/DESCR new file mode 100644 index 00000000000..9771dc67895 --- /dev/null +++ b/devel/p5-Data-Dumper-Simple/pkg/DESCR @@ -0,0 +1,4 @@ +Data::Dumper::Simple is actually a source filter that replaces all +instances of Dumper($some, @args) in your code with a call to +Data::Dumper->Dump(). You can use the one function provided to make +dumping variables for debugging a trivial task. diff --git a/devel/p5-Data-Dumper-Simple/pkg/PLIST b/devel/p5-Data-Dumper-Simple/pkg/PLIST new file mode 100644 index 00000000000..99bf2cbb618 --- /dev/null +++ b/devel/p5-Data-Dumper-Simple/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/07 22:09:44 jasper Exp $ +${P5SITE}/Data/ +${P5SITE}/Data/Dumper/ +${P5SITE}/Data/Dumper/Simple.pm +@man man/man3p/Data::Dumper::Simple.3p