diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 13:53:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-17 13:53:18 +0000 |
commit | d58838243cb411e049c6131f9b6d7f81c235d656 (patch) | |
tree | 2746459f3990ea7d3c20b35c857de1708f3b77ff /security/p5-Digest-Adler32/pkg-plist | |
parent | f3b23bbd8adf2cf381a2eec3d11fb09b46aa29c1 (diff) | |
download | ports-d58838243cb411e049c6131f9b6d7f81c235d656.tar.gz ports-d58838243cb411e049c6131f9b6d7f81c235d656.zip |
The Digest::Adler32 module implements the Adler-32 checksum as specified
in RFC 1950. The interface provided by this module is specified in Digest,
but no functional interface is provided.
WWW: http://search.cpan.org/dist/Digest-Adler32
PR: ports/90545
Submitted by: Gabor Kovesdan
Notes
Notes:
svn path=/head/; revision=151383
Diffstat (limited to 'security/p5-Digest-Adler32/pkg-plist')
-rw-r--r-- | security/p5-Digest-Adler32/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Digest-Adler32/pkg-plist b/security/p5-Digest-Adler32/pkg-plist new file mode 100644 index 000000000000..49359cc4645d --- /dev/null +++ b/security/p5-Digest-Adler32/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Digest/Adler32.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Digest/ 2>/dev/null || true |