summaryrefslogtreecommitdiff
path: root/finance/p5-Business-CreditCard
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Business-CreditCard')
-rw-r--r--finance/p5-Business-CreditCard/Makefile27
-rw-r--r--finance/p5-Business-CreditCard/distinfo1
-rw-r--r--finance/p5-Business-CreditCard/pkg-comment1
-rw-r--r--finance/p5-Business-CreditCard/pkg-descr32
-rw-r--r--finance/p5-Business-CreditCard/pkg-plist3
5 files changed, 0 insertions, 64 deletions
diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile
deleted file mode 100644
index 977c3b0799b5..000000000000
--- a/finance/p5-Business-CreditCard/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: p5-Business-CreditCard
-# Version required: 0.21
-# Date created: October 20th 1996
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= Business-CreditCard-0.21
-PKGNAME= p5-Business-CreditCard-0.21
-CATEGORIES= misc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Business
-
-MAINTAINER= jfitz@FreeBSD.org
-
-USE_PERL5= YES
-
-NO_BUILD= YES
-
-do-install:
- @ ${CP} ${WRKSRC}/CreditCard.pm ${WRKSRC}/CreditCard-0.21.pm
- @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Business/
- @ ${INSTALL_DATA} ${WRKSRC}/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/
- @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm
-
-.include <bsd.port.mk>
diff --git a/finance/p5-Business-CreditCard/distinfo b/finance/p5-Business-CreditCard/distinfo
deleted file mode 100644
index 266e1d52cb61..000000000000
--- a/finance/p5-Business-CreditCard/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Business-CreditCard-0.21.tar.gz) = f68f98710e883491c25a912558e22007
diff --git a/finance/p5-Business-CreditCard/pkg-comment b/finance/p5-Business-CreditCard/pkg-comment
deleted file mode 100644
index 5621ce297f69..000000000000
--- a/finance/p5-Business-CreditCard/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl5 module to validate/generate credit card checksums/names
diff --git a/finance/p5-Business-CreditCard/pkg-descr b/finance/p5-Business-CreditCard/pkg-descr
deleted file mode 100644
index dfcea144d3d0..000000000000
--- a/finance/p5-Business-CreditCard/pkg-descr
+++ /dev/null
@@ -1,32 +0,0 @@
- These subroutines tell you whether a credit card number is
- self-consistent -- whether the last digit of the number is
- a valid checksum for the preceding digits.
-
- The validate() subroutine returns 1 if the card number
- provided passes the checksum test, and 0 otherwise.
-
- The cardtype() subroutine returns a string containing the
- type of card: "MasterCard", "VISA", and so on. My list is
- not complete; I welcome additions.
-
- The generate_last_digit() subroutine computes and returns
- the last digit of the card given the preceding digits.
- With a 16-digit card, you provide the first 15 digits; the
- subroutine returns the sixteenth.
-
- This module does not tell you whether the number is on an
- actual card, only whether it might conceivably be on a
- real card. To verify whether a card is real, or whether
- it's been stolen, or what its balance is, you need a
- Merchant ID, which gives you access to credit card
- databases. The Perl Journal
- (http://work.media.mit.edu/tpj) has a Merchant ID so that
- I can accept MasterCard and VISA payments; it comes with
- the little pushbutton/slide-your-card-through device
- you've seen in restaurants and stores. That device
- calculates the checksum for you, so I don't actually use
- this module.
-
- These subroutines will also work if you provide the
- arguments as numbers instead of strings, e.g.
- validate(5276440065421319).
diff --git a/finance/p5-Business-CreditCard/pkg-plist b/finance/p5-Business-CreditCard/pkg-plist
deleted file mode 100644
index 52cbea2ee6c5..000000000000
--- a/finance/p5-Business-CreditCard/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/perl5/site_perl/Business/CreditCard-0.21.pm
-lib/perl5/site_perl/Business/CreditCard.pm
-@dirrm lib/perl5/site_perl/Business