aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-29 22:14:25 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-29 22:14:25 +0000
commit16e12760017f5079df05c948ada6827e3560cc30 (patch)
treef8a267e34f7b8aca1cfc31b34f16adecc98a2031 /devel/Makefile
parent30a6cbe2691f381e7968673cf1ea8652a3e61b8a (diff)
downloadports-16e12760017f5079df05c948ada6827e3560cc30.tar.gz
ports-16e12760017f5079df05c948ada6827e3560cc30.zip
Add p5-Algorithm-LUHN.
This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP and CSIN. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double". WWW: http://search.cpan.org/dist/Algorithm-LUHN/ PR: ports/82650 Submitted by: Aaron Dalton <aaron@daltons.ca>
Notes
Notes: svn path=/head/; revision=138214
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 de5d35344494..90bb22bc87b1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -647,6 +647,7 @@
SUBDIR += p5-Algorithm-Diff
SUBDIR += p5-Algorithm-Evolutionary
SUBDIR += p5-Algorithm-Interval2Prefix
+ SUBDIR += p5-Algorithm-LUHN
SUBDIR += p5-Algorithm-MDiff
SUBDIR += p5-Algorithm-MarkovChain
SUBDIR += p5-Algorithm-MinMax