diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-02 19:15:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-02 19:15:01 +0800 |
commit | 29bf4d11d61655e671d410833ed6eab761d08baa (patch) | |
tree | 41a6499cc31411e2ec5d55384923a3e9bc45fb78 /finance | |
parent | 61523dde9c04b26f42655629ee119a395a8aba7d (diff) | |
download | freebsd-ports-gnome-29bf4d11d61655e671d410833ed6eab761d08baa.tar.gz freebsd-ports-gnome-29bf4d11d61655e671d410833ed6eab761d08baa.tar.zst freebsd-ports-gnome-29bf4d11d61655e671d410833ed6eab761d08baa.zip |
Add p5-Business-OnlinePayment-Network1Financial 0.02, a
Business::OnlinePayment backend module for Network1 Financial.
Diffstat (limited to 'finance')
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 |