SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-IO-Digest/Makefile
Normal file
15
devel/p5-IO-Digest/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= module for computing digests while reading or writing
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= IO-Digest-0.11
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-PerlIO-via-dynamic>=0.11
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-Digest/distinfo
Normal file
2
devel/p5-IO-Digest/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-Digest-0.11.tar.gz) = j/z4Wn9iE+XpQUCtzCsXntAkmOrchDCUV+kE3sk/f5I=
|
||||
SIZE (IO-Digest-0.11.tar.gz) = 21665
|
3
devel/p5-IO-Digest/pkg/DESCR
Normal file
3
devel/p5-IO-Digest/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module for computing digests while read or writing file handles.
|
||||
This avoids the case you need to reread the same content to compute
|
||||
the digests after written a file.
|
3
devel/p5-IO-Digest/pkg/PLIST
Normal file
3
devel/p5-IO-Digest/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Digest.pm
|
||||
@man man/man3p/IO::Digest.3p
|
Loading…
Add table
Add a link
Reference in a new issue