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-Differences/Makefile
Normal file
20
devel/p5-Test-Differences/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = test strings and data structures and show differences if not
|
||||
|
||||
DISTNAME = Test-Differences-0.69
|
||||
CATEGORIES = devel
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Artistic or GPL
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.24 \
|
||||
textproc/p5-Text-Diff>=1.43
|
||||
|
||||
# Addtional depends to avoid skipping tests
|
||||
TEST_DEPENDS += devel/p5-Test-Pod \
|
||||
devel/p5-Test-Pod-Coverage
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-Differences/distinfo
Normal file
2
devel/p5-Test-Differences/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-Differences-0.69.tar.gz) = GPZE/dSh/vk+8/f2ffjpW1k9gRiZ80vLurpNcXIi9Y8=
|
||||
SIZE (Test-Differences-0.69.tar.gz) = 14526
|
3
devel/p5-Test-Differences/pkg/DESCR
Normal file
3
devel/p5-Test-Differences/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
When the code you're testing returns multiple lines, records or data
|
||||
structures and they're just plain wrong, an equivalent to the Unix
|
||||
"diff" utility may be just what's needed.
|
3
devel/p5-Test-Differences/pkg/PLIST
Normal file
3
devel/p5-Test-Differences/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Differences.pm
|
||||
@man man/man3p/Test::Differences.3p
|
Loading…
Add table
Add a link
Reference in a new issue