A small handy module to check credit card numbers for typos.
This commit is contained in:
parent
a5b5853ecd
commit
708ba6ef29
28
misc/p5-CreditCard/Makefile
Normal file
28
misc/p5-CreditCard/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/02 12:12:26 espie Exp $
|
||||
|
||||
DISTNAME= Business-CreditCard-0.21
|
||||
|
||||
CATEGORIES= misc perl5
|
||||
NEED_VERSION= 1.290
|
||||
|
||||
MAINTAINER= espie@openbsd.org
|
||||
|
||||
# Artistic license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Business
|
||||
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && pod2man CreditCard.pm >Business::CreditCard.3p
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/libdata/perl5/site_perl/Business
|
||||
${INSTALL_DATA} ${WRKSRC}/CreditCard.pm ${PREFIX}/libdata/perl5/site_perl/Business
|
||||
${INSTALL_MAN} ${WRKSRC}/Business::CreditCard.3p ${PREFIX}/man/man3
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-CreditCard/files/md5
Normal file
3
misc/p5-CreditCard/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Business-CreditCard-0.21.tar.gz) = f68f98710e883491c25a912558e22007
|
||||
RMD160 (Business-CreditCard-0.21.tar.gz) = 321ae4035d9f4fd9bffc6b500da9d57e8aedd537
|
||||
SHA1 (Business-CreditCard-0.21.tar.gz) = 05b28c54a2116a07c72a38ad27dfb37acb3d4420
|
1
misc/p5-CreditCard/pkg/COMMENT
Normal file
1
misc/p5-CreditCard/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
verify credit card pins
|
6
misc/p5-CreditCard/pkg/DESCR
Normal file
6
misc/p5-CreditCard/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
The CreditCard module implements simple-minded checking routines to
|
||||
validate credit card checksums, or to find out the type of a credit
|
||||
card.
|
||||
|
||||
Not a substitute to an actual verification with a bank, but enough
|
||||
to catch typos.
|
4
misc/p5-CreditCard/pkg/PLIST
Normal file
4
misc/p5-CreditCard/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/02 12:12:26 espie Exp $
|
||||
libdata/perl5/site_perl/Business/CreditCard.pm
|
||||
man/man3/Business::CreditCard.3p
|
||||
@dirrm libdata/perl5/site_perl/Business
|
4
misc/p5-CreditCard/pkg/PLIST-auto
Normal file
4
misc/p5-CreditCard/pkg/PLIST-auto
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-auto,v 1.1.1.1 2000/06/02 12:12:26 espie Exp $
|
||||
libdata/perl5/site_perl/Business/CreditCard.pm
|
||||
man/man3/Business::CreditCard.3p
|
||||
@dirrm libdata/perl5/site_perl/Business
|
Loading…
Reference in New Issue
Block a user