diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-12-15 10:51:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-12-15 10:51:54 +0000 |
commit | aaffc0b5153347e8603648aa18d658f0187cea8d (patch) | |
tree | 84f3dced5b8904ce3d76f0dadc30595809d38a9d /finance | |
parent | dfb79990e8eb39dd7da32e9fd25d4fcd0d394980 (diff) | |
download | ports-aaffc0b5153347e8603648aa18d658f0187cea8d.tar.gz ports-aaffc0b5153347e8603648aa18d658f0187cea8d.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/Makefile | 27 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-iAuthorizer/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
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 <sobomax@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |