From aaffc0b5153347e8603648aa18d658f0187cea8d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 15 Dec 2003 10:51:54 +0000 Subject: Add p5-Business-OnlinePayment-iAuthorizer 0.2.1, a Business::OnlinePayment backend module for iAuthorizer. --- finance/Makefile | 1 + .../p5-Business-OnlinePayment-iAuthorizer/Makefile | 27 ++++++++++++++++++++++ .../p5-Business-OnlinePayment-iAuthorizer/distinfo | 1 + .../pkg-descr | 3 +++ .../pkg-plist | 7 ++++++ 5 files changed, 39 insertions(+) create mode 100644 finance/p5-Business-OnlinePayment-iAuthorizer/Makefile create mode 100644 finance/p5-Business-OnlinePayment-iAuthorizer/distinfo create mode 100644 finance/p5-Business-OnlinePayment-iAuthorizer/pkg-descr create mode 100644 finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist (limited to 'finance') diff --git a/finance/Makefile b/finance/Makefile index bae1ea0d8014..739fcde24b7a 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -27,6 +27,7 @@ SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-eSec + SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior SUBDIR += p5-Math-Financial SUBDIR += qhacc diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile new file mode 100644 index 000000000000..c8d214d1cd0f --- /dev/null +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::iAuthorizer +# Date created: 17 December 2003 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-iAuthorizer +PORTVERSION= 0.2.1 +CATEGORIES= finance perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= A Business::OnlinePayment backend module for iAuthorizer + +BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment +RUN_DEPENDS= ${BUILD_DEPENDS} + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PERL_CONFIGURE= yes + +MAN3= Business::OnlinePayment::iAuthorizer.3 + +.include diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/distinfo b/finance/p5-Business-OnlinePayment-iAuthorizer/distinfo new file mode 100644 index 000000000000..e87b0c1bc5ce --- /dev/null +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-iAuthorizer-0.2.1.tar.gz) = 981660f13a4aaf5037feb155fd67373f diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-descr b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-descr new file mode 100644 index 000000000000..69804f4066fe --- /dev/null +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::iAuthorizer, an Business::OnlinePayment +backend module for iAuthorizer. It is only useful if you have a merchant +account with iAuthorizer: http://www.iauthorizer.net diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist new file mode 100644 index 000000000000..e634d63ff77f --- /dev/null +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Business/OnlinePayment/certification.pl +%%SITE_PERL%%/Business/OnlinePayment/iAuthorizer.pm +%%SITE_PERL%%/auto/Business/OnlinePayment/iAuthorizer/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/iAuthorizer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/iAuthorizer +@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/iAuthorizer +@unexec rmdir %D/%%SITE_PERL%%/Business/OnlinePayment 2>/dev/null || true -- cgit v1.2.3