mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Add p5-Test-Object 0.06, thoroughly testing objects via registered
handlers.
This commit is contained in:
parent
848630ea07
commit
809e78b5a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172313
@ -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
|
||||
|
26
devel/p5-Test-Object/Makefile
Normal file
26
devel/p5-Test-Object/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: devel/p5-Test-Object
|
||||
# Date created: 05 September 2006
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
devel/p5-Test-Object/distinfo
Normal file
3
devel/p5-Test-Object/distinfo
Normal file
@ -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
|
5
devel/p5-Test-Object/pkg-descr
Normal file
5
devel/p5-Test-Object/pkg-descr
Normal file
@ -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/
|
7
devel/p5-Test-Object/pkg-plist
Normal file
7
devel/p5-Test-Object/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user