SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Test-Object/Makefile
Normal file
17
devel/p5-Test-Object/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= thoroughly testing objects via registered handlers
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME= Test-Object-0.08
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
FIX_EXTRACT_PERMISSIONS= Yes
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MAKE_ENV= AUTOMATED_TESTING=Yes TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Object/distinfo
Normal file
2
devel/p5-Test-Object/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Object-0.08.tar.gz) = ZSeJZBR4NzE/QQjlW1lnboo2TW7fAbPcGYruiUqx0Ls=
|
||||
SIZE (Test-Object-0.08.tar.gz) = 25008
|
3
devel/p5-Test-Object/pkg/DESCR
Normal file
3
devel/p5-Test-Object/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
"Test::Object" is 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.
|
5
devel/p5-Test-Object/pkg/PLIST
Normal file
5
devel/p5-Test-Object/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Object/
|
||||
${P5SITE}/Test/Object.pm
|
||||
${P5SITE}/Test/Object/Test.pm
|
||||
@man man/man3p/Test::Object.3p
|
Loading…
Add table
Add a link
Reference in a new issue