SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Test-File-Contents/Makefile
Normal file
16
devel/p5-Test-File-Contents/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = perl test framework for file contents
|
||||
|
||||
DISTNAME = Test-File-Contents-0.242
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = textproc/p5-Text-Diff>=0.35
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-File-Contents/distinfo
Normal file
2
devel/p5-Test-File-Contents/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Test-File-Contents-0.242.tar.gz) = qDisC29uEOiWE7UMphdzzbqbpHh7qC57tl2q9whKpQs=
|
||||
SIZE (Test-File-Contents-0.242.tar.gz) = 16349
|
5
devel/p5-Test-File-Contents/pkg/DESCR
Normal file
5
devel/p5-Test-File-Contents/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Test::File::Contents - Test routines for examining the contents of files
|
||||
file_contents_is ($file, $string, $test_description);
|
||||
file_contents_like ($file, qr/foo/, $test_description);
|
||||
file_md5sum ($file, $md5sum, $test_description);
|
||||
file_contents_identical($file1, $file2, $test_description);
|
4
devel/p5-Test-File-Contents/pkg/PLIST
Normal file
4
devel/p5-Test-File-Contents/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/File/
|
||||
${P5SITE}/Test/File/Contents.pm
|
||||
@man man/man3p/Test::File::Contents.3p
|
Loading…
Add table
Add a link
Reference in a new issue