diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-21 16:31:51 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-21 16:31:51 +0000 |
commit | 6822c9a10817de3aa5b45e13dd594fc27791aa03 (patch) | |
tree | 524dc7b8168b6666ce7d8a5e87fd318475e3507a /security/p5-Crypt-Salt/pkg-plist | |
parent | 3c399f3d36333eaa59ced51fbef913fefc4cb8d2 (diff) | |
download | FreeBSD-ports-6822c9a10817de3aa5b45e13dd594fc27791aa03.zip FreeBSD-ports-6822c9a10817de3aa5b45e13dd594fc27791aa03.tar.gz |
The single exported subroutine in this module is for generating a salt
suitable for being fed to crypt() and other similar functions.
WWW: http://search.cpan.org/dist/Crypt-Salt
PR: ports/90696
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/p5-Crypt-Salt/pkg-plist')
-rw-r--r-- | security/p5-Crypt-Salt/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Crypt-Salt/pkg-plist b/security/p5-Crypt-Salt/pkg-plist new file mode 100644 index 0000000..8ab5a43 --- /dev/null +++ b/security/p5-Crypt-Salt/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Crypt/Salt.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Salt/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Salt/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |