diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-28 07:27:15 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-08-28 07:27:15 +0000 |
commit | 4e9c298af16628f37f3bc895ee80705c4609444a (patch) | |
tree | 1aec37eddf9a47341e1baf4f894e93ccedbeac36 /security/p5-Module-Signature/pkg-descr | |
parent | 63e935f50d73eac050296dc428d38b0ae452ccb7 (diff) | |
download | ports-4e9c298af16628f37f3bc895ee80705c4609444a.tar.gz ports-4e9c298af16628f37f3bc895ee80705c4609444a.zip |
New port: p5-Module-Signature.
Module::Signature adds cryptographic authentications to CPAN
distributions, via the special SIGNATURE file.
If you are a module user, all you have to do is to remember
running "cpansign -v" (or just "cpansign") before issuing
"perl Makefile.PL" or "perl Build.PL"; that will ensure the
distribution has not been tampered with.
For module authors, you'd want to add the SIGNATURE file to
your MANIFEST, then type "cpansign -s" before making a distribution.
Submitted by: autrijus@autrijus.org
Notes
Notes:
svn path=/head/; revision=87840
Diffstat (limited to 'security/p5-Module-Signature/pkg-descr')
-rw-r--r-- | security/p5-Module-Signature/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/p5-Module-Signature/pkg-descr b/security/p5-Module-Signature/pkg-descr new file mode 100644 index 000000000000..221bae0f8d24 --- /dev/null +++ b/security/p5-Module-Signature/pkg-descr @@ -0,0 +1,10 @@ +Module::Signature adds cryptographic authentications to CPAN +distributions, via the special SIGNATURE file. + +If you are a module user, all you have to do is to remember +running "cpansign -v" (or just "cpansign") before issuing +"perl Makefile.PL" or "perl Build.PL"; that will ensure the + distribution has not been tampered with. + +For module authors, you'd want to add the SIGNATURE file to +your MANIFEST, then type "cpansign -s" before making a distribution. |