diff options
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/Makefile | 27 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/pkg-comment | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/pkg-plist | 3 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-SurePay/Makefile | 27 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-SurePay/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-SurePay/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-SurePay/pkg-descr | 3 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-SurePay/pkg-plist | 3 |
11 files changed, 71 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-SurePay/Makefile b/finance/p5-Business-OnlinePayment-SurePay/Makefile new file mode 100644 index 000000000000..049ca60acb25 --- /dev/null +++ b/finance/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/finance/p5-Business-OnlinePayment-SurePay/distinfo b/finance/p5-Business-OnlinePayment-SurePay/distinfo new file mode 100644 index 000000000000..f470d1a7aa07 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-SurePay/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-SurePay-0.01.tar.gz) = 64da3ecbced4e55c2a5c339474655002 diff --git a/finance/p5-Business-OnlinePayment-SurePay/pkg-comment b/finance/p5-Business-OnlinePayment-SurePay/pkg-comment new file mode 100644 index 000000000000..19d5587243f9 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-SurePay/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for SurePay authorization service diff --git a/finance/p5-Business-OnlinePayment-SurePay/pkg-descr b/finance/p5-Business-OnlinePayment-SurePay/pkg-descr new file mode 100644 index 000000000000..3521d242b04c --- /dev/null +++ b/finance/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/finance/p5-Business-OnlinePayment-SurePay/pkg-plist b/finance/p5-Business-OnlinePayment-SurePay/pkg-plist new file mode 100644 index 000000000000..e2ec45ae5931 --- /dev/null +++ b/finance/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 diff --git a/misc/Makefile b/misc/Makefile index 3635cdc8652f..f0742c9ebeb6 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 000000000000..049ca60acb25 --- /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 000000000000..f470d1a7aa07 --- /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 000000000000..19d5587243f9 --- /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 000000000000..3521d242b04c --- /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 000000000000..e2ec45ae5931 --- /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 |