mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add p5-Business-OCV 0.1, an interface to the Ingenico OCV Server.
This commit is contained in:
parent
05c07ad71d
commit
639add68a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95869
@ -10,6 +10,7 @@
|
||||
SUBDIR += myphpmoney
|
||||
SUBDIR += openhbci
|
||||
SUBDIR += p5-Business-CreditCard
|
||||
SUBDIR += p5-Business-OCV
|
||||
SUBDIR += p5-Business-OnlinePayment
|
||||
SUBDIR += p5-Business-OnlinePayment-2CheckOut
|
||||
SUBDIR += p5-Business-OnlinePayment-AuthorizeNet
|
||||
|
20
finance/p5-Business-OCV/Makefile
Normal file
20
finance/p5-Business-OCV/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: Business::OCV
|
||||
# Date created: 17 December 2003
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Business-OCV
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/B/BE/BENL
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An interface to the Ingenico OCV Server
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Business-OCV/distinfo
Normal file
1
finance/p5-Business-OCV/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Business-OCV-0.1.tar.gz) = 42bf03be40b3a4c497e7bb733cc0254a
|
4
finance/p5-Business-OCV/pkg-descr
Normal file
4
finance/p5-Business-OCV/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module provides an interface to the Ingenico Online Credit Verification
|
||||
Server (OCV) (see http://www.ingenico.com.au). The OCV server provides an
|
||||
interface into the bank network and allows credit card transactions to be
|
||||
processed in real-time.
|
4
finance/p5-Business-OCV/pkg-plist
Normal file
4
finance/p5-Business-OCV/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Business/OCV.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OCV/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OCV
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Business 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user