diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 11:15:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-01-02 11:15:01 +0000 |
commit | 20975819cf76dee9658b9d1ed44655a955ebbec5 (patch) | |
tree | 3154548d8691ca9a1d1fb4dddf84ee0fd977891b /finance/p5-Business-OnlinePayment-Network1Financial | |
parent | 6f6c28ec9ea5f0d944a2b08fb779372b4bb8a837 (diff) | |
download | ports-20975819cf76dee9658b9d1ed44655a955ebbec5.tar.gz ports-20975819cf76dee9658b9d1ed44655a955ebbec5.zip |
Add p5-Business-OnlinePayment-Network1Financial 0.02, a
Business::OnlinePayment backend module for Network1 Financial.
Notes
Notes:
svn path=/head/; revision=72189
Diffstat (limited to 'finance/p5-Business-OnlinePayment-Network1Financial')
5 files changed, 37 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/Makefile b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile new file mode 100644 index 000000000000..3576138c186e --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::Network1Financial +# Date created: 27 December 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-Network1Financial +PORTVERSION= 0.02 +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::Network1Financial.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/distinfo b/finance/p5-Business-OnlinePayment-Network1Financial/distinfo new file mode 100644 index 000000000000..731b717a198d --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Network1Financial/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-Network1Financial-0.02.tar.gz) = 0374fc5d99b4ad61a709fa475e7b5c83 diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/pkg-comment b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-comment new file mode 100644 index 000000000000..d7b37525ed50 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for Network1 Financial diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr new file mode 100644 index 000000000000..760492174670 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-descr @@ -0,0 +1,3 @@ +A Business::OnlinePayment backend module for Network1 Financial. It +is only useful if you have a merchant account with Network1Financial: +http://www.eftsecure.com diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/pkg-plist b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-plist new file mode 100644 index 000000000000..73ba19e02180 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-Network1Financial/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/Network1Financial.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Network1Financial/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Network1Financial/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Network1Financial +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Network1Financial |