aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-26 11:50:43 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-26 11:50:43 +0000
commitaf14947e24a5a15c94bf15c5ed5895352ccae1b9 (patch)
treed89224d56766b29a8f754849b84f590dde6f2ae3 /devel/Makefile
parente82254f926c12be6b95571288581387910df22f3 (diff)
downloadports-af14947e24a5a15c94bf15c5ed5895352ccae1b9.tar.gz
ports-af14947e24a5a15c94bf15c5ed5895352ccae1b9.zip
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures. The method used to generate the signature is based on Storable and Digest::MD5. The object is fed to Storable::nfreeze to get a string, which is then passed to Digest::MD5::md5_hex to get a unique 32 character hexidecimal signature. WWW: http://search.cpan.org/dist/Object-Signature/ PR: ports/90918 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes: svn path=/head/; revision=152089
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7189a7a7a056..2ade7bc56ae8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1039,6 +1039,7 @@
SUBDIR += p5-Object-Accessor
SUBDIR += p5-Object-MultiType
SUBDIR += p5-Object-Realize-Later
+ SUBDIR += p5-Object-Signature
SUBDIR += p5-P4
SUBDIR += p5-P4-Client
SUBDIR += p5-PAR