diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 08:54:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-25 08:54:21 +0000 |
commit | 4bb9bf24e87a0e629b212254d39a53dc73a66881 (patch) | |
tree | 752e22f560327888f9d43a8d2bc0cd26784ed657 /finance/p5-Business-OnlinePayment-SurePay | |
parent | c60dbead6716b3060649a05ac27e38decda5124e (diff) | |
download | ports-4bb9bf24e87a0e629b212254d39a53dc73a66881.tar.gz ports-4bb9bf24e87a0e629b212254d39a53dc73a66881.zip |
Notes
Diffstat (limited to 'finance/p5-Business-OnlinePayment-SurePay')
5 files changed, 35 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 |