SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-Test-LongString/Makefile
Normal file
13
devel/p5-Test-LongString/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT= tests strings for equality
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME= Test-LongString-0.17
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-LongString/distinfo
Normal file
2
devel/p5-Test-LongString/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-LongString-0.17.tar.gz) = q8Q0nq8E0b7B5GQWajAYWR6oRtjzxcnIr0rEkF0+l08=
|
||||
SIZE (Test-LongString-0.17.tar.gz) = 8928
|
3
devel/p5-Test-LongString/pkg/DESCR
Normal file
3
devel/p5-Test-LongString/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides some drop-in replacements for the string comparison
|
||||
functions of Test::More, but which are more suitable when you test
|
||||
against long strings.
|
3
devel/p5-Test-LongString/pkg/PLIST
Normal file
3
devel/p5-Test-LongString/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/LongString.pm
|
||||
@man man/man3p/Test::LongString.3p
|
Loading…
Add table
Add a link
Reference in a new issue