diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 15:37:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 15:37:30 +0000 |
commit | 656ce312194221ecb9ca1cc2706d72053b10a77c (patch) | |
tree | 7721c8510227cdc70826e3d17798c08b2c2c7bdd /security/Makefile | |
parent | a814e62c201c4e8107517b6da5a081d75addfc26 (diff) | |
download | ports-656ce312194221ecb9ca1cc2706d72053b10a77c.tar.gz ports-656ce312194221ecb9ca1cc2706d72053b10a77c.zip |
Crypt::License decodes an encrypted file and attempts to decrypt it by first,
looking for a hash pointer in the caller program called $ptr2_License. The
hash contains the path to the License file and an optional 'private' key list
of modules which will decrypt only with the 'private' key. OR, a hash key of
'next' with no particular value that indicates to look to the next caller on
the stack for the License pointer. If the pointer is not present or the
License file is not found successfully, then no further action is taken. If the
License file is successfully opened, and the contents validated then the
attached encrypted module is loaded and the seconds remaining until License
expiration are returned or now() in the case of no expiration. Undef is
returned for an expired license (module fails to load).
WWW: http://search.cpan.org/dist/Crypt-License
PR: ports/90693
Submitted by: Gabor Kovesdan
Notes
Notes:
svn path=/head/; revision=151759
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e91b4ff5301d..623aab7876a6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -312,6 +312,7 @@ SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail SUBDIR += p5-Crypt-Khazad + SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite SUBDIR += p5-Crypt-MySQL SUBDIR += p5-Crypt-NULL |