diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 18:11:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 18:11:42 +0000 |
commit | 8de2555b6ec3eaafa98c464031ca3a4e113adb0c (patch) | |
tree | 76e9d0a79b152291ed31c3c716e01d09a76ecefc /finance | |
parent | Add p5-Business-OnlinePayment-WorldPay-Junior 1.03, an Business::OnlinePayment (diff) |
Add p5-Business-OnlinePayment-eSec 0.02, an Business::OnlinePayment
backend module for eSec.
Notes
Notes:
svn path=/head/; revision=68748
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Business-OnlinePayment-eSec/Makefile | 27 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-eSec/distinfo | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-eSec/pkg-comment | 1 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-eSec/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-eSec/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-eSec/Makefile b/finance/p5-Business-OnlinePayment-eSec/Makefile new file mode 100644 index 000000000000..65ea768598a2 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-eSec/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::eSec +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-eSec +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::eSec.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-eSec/distinfo b/finance/p5-Business-OnlinePayment-eSec/distinfo new file mode 100644 index 000000000000..261e6af5867b --- /dev/null +++ b/finance/p5-Business-OnlinePayment-eSec/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-eSec-0.02.tar.gz) = 2fa8220c8a4d37da11d6f7dd48c5ede2 diff --git a/finance/p5-Business-OnlinePayment-eSec/pkg-comment b/finance/p5-Business-OnlinePayment-eSec/pkg-comment new file mode 100644 index 000000000000..3cd26da3df6d --- /dev/null +++ b/finance/p5-Business-OnlinePayment-eSec/pkg-comment @@ -0,0 +1 @@ +An Business::OnlinePayment backend module for eSec diff --git a/finance/p5-Business-OnlinePayment-eSec/pkg-descr b/finance/p5-Business-OnlinePayment-eSec/pkg-descr new file mode 100644 index 000000000000..fd169838adfe --- /dev/null +++ b/finance/p5-Business-OnlinePayment-eSec/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::eSec, an Business::OnlinePayment backend +module for eSec. It is only useful if you have a merchant account with eSec: +http://www.esec.com.au/sep.html. diff --git a/finance/p5-Business-OnlinePayment-eSec/pkg-plist b/finance/p5-Business-OnlinePayment-eSec/pkg-plist new file mode 100644 index 000000000000..7b9409472389 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-eSec/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/eSec.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/eSec/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/eSec |