diff --git a/devel/Makefile b/devel/Makefile index 2be6b8b7a1c2..dce0e53b2ee9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1402,6 +1402,7 @@ SUBDIR += p5-Test-MockTime SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta + SUBDIR += p5-Test-Object SUBDIR += p5-Test-Output SUBDIR += p5-Test-Parser SUBDIR += p5-Test-Pod diff --git a/devel/p5-Test-Object/Makefile b/devel/p5-Test-Object/Makefile new file mode 100644 index 000000000000..3636f56d896c --- /dev/null +++ b/devel/p5-Test-Object/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: devel/p5-Test-Object +# Date created: 05 September 2006 +# Whom: Lars Thegler +# +# $FreeBSD$ +# + +PORTNAME= Test-Object +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Thoroughly testing objects via registered handlers + +RUN_DEPENDS= p5-Scalar-List-Utils>=1.16:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Test::Object.3 + +.include diff --git a/devel/p5-Test-Object/distinfo b/devel/p5-Test-Object/distinfo new file mode 100644 index 000000000000..c9c8affe0dff --- /dev/null +++ b/devel/p5-Test-Object/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Object-0.06.tar.gz) = 1e87ce051e903f82a1dbd8d2f00c9ffc +SHA256 (Test-Object-0.06.tar.gz) = 88d267c130607855519ca8217d2a40e60925b25bd3b869c5b4352803898226dc +SIZE (Test-Object-0.06.tar.gz) = 21331 diff --git a/devel/p5-Test-Object/pkg-descr b/devel/p5-Test-Object/pkg-descr new file mode 100644 index 000000000000..b50593f46a4d --- /dev/null +++ b/devel/p5-Test-Object/pkg-descr @@ -0,0 +1,5 @@ +A testing package designed to allow you to easily test what you +believe is a valid object against the expected behaviour of all of +the classes in its inheritance tree in one single call. + +WWW: http://search.cpan.org/dist/Test-Object/ diff --git a/devel/p5-Test-Object/pkg-plist b/devel/p5-Test-Object/pkg-plist new file mode 100644 index 000000000000..a73026ab2baa --- /dev/null +++ b/devel/p5-Test-Object/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Test/Object.pm +%%SITE_PERL%%/Test/Object/Test.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Object/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Object +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test/Object +@dirrmtry %%SITE_PERL%%/Test