SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-Test-Identity/Makefile
Normal file
20
devel/p5-Test-Identity/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = assert the referential identity of a reference
|
||||
|
||||
DISTNAME = Test-Identity-0.01
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Identity/distinfo
Normal file
2
devel/p5-Test-Identity/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Identity-0.01.tar.gz) = LwIFAJrtFSZoGCqvoWNXqx9HtMvAAeiYcbZzh++OXyM=
|
||||
SIZE (Test-Identity-0.01.tar.gz) = 10889
|
6
devel/p5-Test-Identity/pkg/DESCR
Normal file
6
devel/p5-Test-Identity/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module provides a single testing function, "identical". It asserts
|
||||
that a given reference is as expected; that is, it either refers to the
|
||||
same object or is "undef". It is similar to "Test::More::is" except that
|
||||
it uses "refaddr", ensuring that it behaves correctly even if the
|
||||
references under test are objects that overload stringification or
|
||||
numification.
|
3
devel/p5-Test-Identity/pkg/PLIST
Normal file
3
devel/p5-Test-Identity/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Identity.pm
|
||||
@man man/man3p/Test::Identity.3p
|
Loading…
Add table
Add a link
Reference in a new issue