diff options
11 files changed, 73 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-Beanstream/Makefile b/finance/p5-Business-OnlinePayment-Beanstream/Makefile new file mode 100644 index 000000000000..80ebffecf075 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Beanstream/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::Beanstream +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-Beanstream +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::Beanstream.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-Beanstream/distinfo b/finance/p5-Business-OnlinePayment-Beanstream/distinfo new file mode 100644 index 000000000000..44665501c146 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Beanstream/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-Beanstream-0.01.tar.gz) = 5c865fc1eca2389bf0115b3da1d72fd4 diff --git a/finance/p5-Business-OnlinePayment-Beanstream/pkg-comment b/finance/p5-Business-OnlinePayment-Beanstream/pkg-comment new file mode 100644 index 000000000000..7d668838b1f4 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Beanstream/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for Beanstream diff --git a/finance/p5-Business-OnlinePayment-Beanstream/pkg-descr b/finance/p5-Business-OnlinePayment-Beanstream/pkg-descr new file mode 100644 index 000000000000..d05d8bc31ed4 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Beanstream/pkg-descr @@ -0,0 +1,2 @@ +A Business::OnlinePayment backend module for Beanstream. It is only useful +if you have a merchant account with Beanstream: http://www.beanstream.com diff --git a/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist b/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist new file mode 100644 index 000000000000..b4869cb234fc --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Beanstream/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/Beanstream.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Beanstream/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Beanstream diff --git a/misc/Makefile b/misc/Makefile index 48f502d87e84..1f5f6325329e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -215,6 +215,7 @@ SUBDIR += p5-Business-OnlinePayment-2CheckOut SUBDIR += p5-Business-OnlinePayment-AuthorizeNet SUBDIR += p5-Business-OnlinePayment-BankOfAmerica + SUBDIR += p5-Business-OnlinePayment-Beanstream SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior diff --git a/misc/p5-Business-OnlinePayment-Beanstream/Makefile b/misc/p5-Business-OnlinePayment-Beanstream/Makefile new file mode 100644 index 000000000000..80ebffecf075 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-Beanstream/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::Beanstream +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-Beanstream +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::Beanstream.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Business-OnlinePayment-Beanstream/distinfo b/misc/p5-Business-OnlinePayment-Beanstream/distinfo new file mode 100644 index 000000000000..44665501c146 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-Beanstream/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-Beanstream-0.01.tar.gz) = 5c865fc1eca2389bf0115b3da1d72fd4 diff --git a/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment b/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment new file mode 100644 index 000000000000..7d668838b1f4 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for Beanstream diff --git a/misc/p5-Business-OnlinePayment-Beanstream/pkg-descr b/misc/p5-Business-OnlinePayment-Beanstream/pkg-descr new file mode 100644 index 000000000000..d05d8bc31ed4 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-Beanstream/pkg-descr @@ -0,0 +1,2 @@ +A Business::OnlinePayment backend module for Beanstream. It is only useful +if you have a merchant account with Beanstream: http://www.beanstream.com diff --git a/misc/p5-Business-OnlinePayment-Beanstream/pkg-plist b/misc/p5-Business-OnlinePayment-Beanstream/pkg-plist new file mode 100644 index 000000000000..b4869cb234fc --- /dev/null +++ b/misc/p5-Business-OnlinePayment-Beanstream/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/Beanstream.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Beanstream/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Beanstream |