From 91c53ef03b5887ba6291cf471423853ed01cf6eb Mon Sep 17 00:00:00 2001 From: msf Date: Mon, 4 Dec 2006 14:35:12 +0000 Subject: [PATCH] initial import of Carp::Assert::More 1.12 Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier. --- devel/p5-Carp-Assert-More/Makefile | 23 +++++++++++++++++++++++ devel/p5-Carp-Assert-More/distinfo | 4 ++++ devel/p5-Carp-Assert-More/pkg/DESCR | 2 ++ devel/p5-Carp-Assert-More/pkg/PLIST | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 devel/p5-Carp-Assert-More/Makefile create mode 100644 devel/p5-Carp-Assert-More/distinfo create mode 100644 devel/p5-Carp-Assert-More/pkg/DESCR create mode 100644 devel/p5-Carp-Assert-More/pkg/PLIST diff --git a/devel/p5-Carp-Assert-More/Makefile b/devel/p5-Carp-Assert-More/Makefile new file mode 100644 index 00000000000..d5fdf3dd126 --- /dev/null +++ b/devel/p5-Carp-Assert-More/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 14:35:12 msf Exp $ + +COMMENT= "convenience wrappers around Carp::Assert" + +MODULES= cpan + +DISTNAME= Carp-Assert-More-1.12 +CATEGORIES= devel + +MAINTAINER= Mathieu Sauve-Frankel + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +RUN_DEPENDS= ::devel/p5-Carp-Assert +BUILD_DEPENDS= ${RUN_DEPENDS} + +MAKE_ENV= TEST_POD=Yes + +.include diff --git a/devel/p5-Carp-Assert-More/distinfo b/devel/p5-Carp-Assert-More/distinfo new file mode 100644 index 00000000000..a98b47198a6 --- /dev/null +++ b/devel/p5-Carp-Assert-More/distinfo @@ -0,0 +1,4 @@ +MD5 (Carp-Assert-More-1.12.tar.gz) = dbd6a0fcbff5f00d2e39b77322036d3f +RMD160 (Carp-Assert-More-1.12.tar.gz) = 7501ffc3e557a0ffd083dab558482334fdcec3db +SHA1 (Carp-Assert-More-1.12.tar.gz) = 6c8b694d0b2bf9642960fa56a41eacd2e563fc0e +SIZE (Carp-Assert-More-1.12.tar.gz) = 8371 diff --git a/devel/p5-Carp-Assert-More/pkg/DESCR b/devel/p5-Carp-Assert-More/pkg/DESCR new file mode 100644 index 00000000000..b7e0e43d713 --- /dev/null +++ b/devel/p5-Carp-Assert-More/pkg/DESCR @@ -0,0 +1,2 @@ +Carp::Assert::More is a set of wrappers around the Carp::Assert +functions to make the habit of writing assertions even easier. diff --git a/devel/p5-Carp-Assert-More/pkg/PLIST b/devel/p5-Carp-Assert-More/pkg/PLIST new file mode 100644 index 00000000000..b2c146d91e9 --- /dev/null +++ b/devel/p5-Carp-Assert-More/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/04 14:35:12 msf Exp $ +${P5SITE}/Carp/Assert/ +${P5SITE}/Carp/Assert/More.pm +@man man/man3p/Carp::Assert::More.3p