From 456b96ca3f5e11b8177cee110c1ae3eda574c582 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 13 Aug 2001 09:33:00 +0000 Subject: Add DataCash - and online module for credit card processing and verification. --- misc/p5-DataCash/Makefile | 26 ++++++++++++++++++++++++++ misc/p5-DataCash/distinfo | 1 + misc/p5-DataCash/pkg-comment | 1 + misc/p5-DataCash/pkg-descr | 3 +++ misc/p5-DataCash/pkg-plist | 9 +++++++++ 5 files changed, 40 insertions(+) create mode 100644 misc/p5-DataCash/Makefile create mode 100644 misc/p5-DataCash/distinfo create mode 100644 misc/p5-DataCash/pkg-comment create mode 100644 misc/p5-DataCash/pkg-descr create mode 100644 misc/p5-DataCash/pkg-plist (limited to 'misc/p5-DataCash') diff --git a/misc/p5-DataCash/Makefile b/misc/p5-DataCash/Makefile new file mode 100644 index 000000000000..bab618be015c --- /dev/null +++ b/misc/p5-DataCash/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: DataCash-External +# Date created: 10 August 2001 +# Whom: Mark Murray +# +# $FreeBSD$ +# + +PORTNAME= DataCash-External +PORTVERSION= 2.9.0 +CATEGORIES= misc perl5 +MASTER_SITES= http://www.datacash.com/stronghold/perl/ +PKGNAMEPREFIX= p5- + +MAINTAINER= markm@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV.pm:${PORTSDIR}/devel/p5-Text-CSV + +PERL_CONFIGURE= yes + +MAN3= CCCheck.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/misc/p5-DataCash/distinfo b/misc/p5-DataCash/distinfo new file mode 100644 index 000000000000..e77b77cd736b --- /dev/null +++ b/misc/p5-DataCash/distinfo @@ -0,0 +1 @@ +MD5 (DataCash-External-2.9.0.tar.gz) = d78c1a8987c31716bf043b55ccc84855 diff --git a/misc/p5-DataCash/pkg-comment b/misc/p5-DataCash/pkg-comment new file mode 100644 index 000000000000..7056e4e7eec1 --- /dev/null +++ b/misc/p5-DataCash/pkg-comment @@ -0,0 +1 @@ +Online credit card transactions diff --git a/misc/p5-DataCash/pkg-descr b/misc/p5-DataCash/pkg-descr new file mode 100644 index 000000000000..27b124240ed4 --- /dev/null +++ b/misc/p5-DataCash/pkg-descr @@ -0,0 +1,3 @@ +Online credit card transactions + +WWW: http://www.datacash.com diff --git a/misc/p5-DataCash/pkg-plist b/misc/p5-DataCash/pkg-plist new file mode 100644 index 000000000000..ed659bd39591 --- /dev/null +++ b/misc/p5-DataCash/pkg-plist @@ -0,0 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DataCash/External/.packlist +lib/perl5/site_perl/%%PERL_VER%%/CCCheck.pm +lib/perl5/site_perl/%%PERL_VER%%/CCCheck/visa.db +lib/perl5/site_perl/%%PERL_VER%%/CCCheck/mastercard.db +lib/perl5/site_perl/%%PERL_VER%%/DataCash/datacash.pl +@dirrm lib/perl5/site_perl/5.6.0/mach/auto/DataCash/External +@dirrm lib/perl5/site_perl/5.6.0/mach/auto/DataCash +@dirrm lib/perl5/site_perl/5.6.0/CCCheck +@dirrm lib/perl5/site_perl/5.6.0/DataCash -- cgit v1.2.3