summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-10-25 08:54:21 +0000
committersobomax <sobomax@FreeBSD.org>2002-10-25 08:54:21 +0000
commit355f389bda2ba2ccde37019fac6213115187aee3 (patch)
tree2084eb1ad5234db5abb38aaf1601492e131f4955 /misc
parentbdfc51edde3de44d55537a2c8f82aa3b79e4bdb4 (diff)
downloadFreeBSD-ports-355f389bda2ba2ccde37019fac6213115187aee3.zip
FreeBSD-ports-355f389bda2ba2ccde37019fac6213115187aee3.tar.gz
Add p5-Business-OnlinePayment-SurePay 0.01, a Business::OnlinePayment
backend module for SurePay authorization service.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/p5-Business-OnlinePayment-SurePay/Makefile27
-rw-r--r--misc/p5-Business-OnlinePayment-SurePay/distinfo1
-rw-r--r--misc/p5-Business-OnlinePayment-SurePay/pkg-comment1
-rw-r--r--misc/p5-Business-OnlinePayment-SurePay/pkg-descr3
-rw-r--r--misc/p5-Business-OnlinePayment-SurePay/pkg-plist3
6 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 3635cdc..f0742c9 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -218,6 +218,7 @@
SUBDIR += p5-Business-OnlinePayment-Beanstream
SUBDIR += p5-Business-OnlinePayment-Cardstream
SUBDIR += p5-Business-OnlinePayment-LinkPoint
+ SUBDIR += p5-Business-OnlinePayment-SurePay
SUBDIR += p5-Business-OnlinePayment-TCLink
SUBDIR += p5-Business-OnlinePayment-VirtualNet
SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior
diff --git a/misc/p5-Business-OnlinePayment-SurePay/Makefile b/misc/p5-Business-OnlinePayment-SurePay/Makefile
new file mode 100644
index 0000000..049ca60
--- /dev/null
+++ b/misc/p5-Business-OnlinePayment-SurePay/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: Business::OnlinePayment::SurePay
+# Date created: 24 October 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Business-OnlinePayment-SurePay
+PORTVERSION= 0.01
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Business
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \
+ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+MAN3= Business::OnlinePayment::SurePay.3
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Business-OnlinePayment-SurePay/distinfo b/misc/p5-Business-OnlinePayment-SurePay/distinfo
new file mode 100644
index 0000000..f470d1a
--- /dev/null
+++ b/misc/p5-Business-OnlinePayment-SurePay/distinfo
@@ -0,0 +1 @@
+MD5 (Business-OnlinePayment-SurePay-0.01.tar.gz) = 64da3ecbced4e55c2a5c339474655002
diff --git a/misc/p5-Business-OnlinePayment-SurePay/pkg-comment b/misc/p5-Business-OnlinePayment-SurePay/pkg-comment
new file mode 100644
index 0000000..19d5587
--- /dev/null
+++ b/misc/p5-Business-OnlinePayment-SurePay/pkg-comment
@@ -0,0 +1 @@
+A Business::OnlinePayment backend module for SurePay authorization service
diff --git a/misc/p5-Business-OnlinePayment-SurePay/pkg-descr b/misc/p5-Business-OnlinePayment-SurePay/pkg-descr
new file mode 100644
index 0000000..3521d24
--- /dev/null
+++ b/misc/p5-Business-OnlinePayment-SurePay/pkg-descr
@@ -0,0 +1,3 @@
+This is Business::OnlinePayment::SurePay, an Business::OnlinePayment
+backend module for SurePay authorization service. It is only useful
+if you have a merchant account with SurePay: http://www.surepay.com
diff --git a/misc/p5-Business-OnlinePayment-SurePay/pkg-plist b/misc/p5-Business-OnlinePayment-SurePay/pkg-plist
new file mode 100644
index 0000000..e2ec45a
--- /dev/null
+++ b/misc/p5-Business-OnlinePayment-SurePay/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/SurePay.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/SurePay
OpenPOWER on IntegriCloud