diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 17:56:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 17:56:40 +0000 |
commit | cd6f7d0f46962cb825d0c407eb68837339a25d80 (patch) | |
tree | c03e485f7e764b9fb992094f2c636bfe730a33ad /finance/p5-Business-OnlinePayment-TCLink | |
parent | 27f66646d75e1df2cfc5b468ddb6b619a3d75a5a (diff) | |
download | ports-cd6f7d0f46962cb825d0c407eb68837339a25d80.tar.gz ports-cd6f7d0f46962cb825d0c407eb68837339a25d80.zip |
Add p5-Business-OnlinePayment-TCLink 1.01, a Business::OnlinePayment backend
module for TrustCommerce.
Notes
Notes:
svn path=/head/; revision=68745
Diffstat (limited to 'finance/p5-Business-OnlinePayment-TCLink')
5 files changed, 38 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-TCLink/Makefile b/finance/p5-Business-OnlinePayment-TCLink/Makefile new file mode 100644 index 000000000000..004830fb0343 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Business::OnlinePayment::TCLink +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-TCLink +PORTVERSION= 1.01 +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 \ + ${SITE_PERL}/${PERL_ARCH}/Net/TCLink.pm:${PORTSDIR}/net/p5-Net-TCLink +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::TCLink.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-TCLink/distinfo b/finance/p5-Business-OnlinePayment-TCLink/distinfo new file mode 100644 index 000000000000..461a70f811de --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-TCLink-1.01.tar.gz) = 4576208e4c7d592badc5364267324448 diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-comment b/finance/p5-Business-OnlinePayment-TCLink/pkg-comment new file mode 100644 index 000000000000..74cba009dd4c --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for TrustCommerce diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-descr b/finance/p5-Business-OnlinePayment-TCLink/pkg-descr new file mode 100644 index 000000000000..0518f5b805e4 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::TCLink, a Business::OnlinePayment +backend module for TrustCommerce. It is only useful if you have an +account with TrustCommerce: http://www.trustcommerce.com diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-plist b/finance/p5-Business-OnlinePayment-TCLink/pkg-plist new file mode 100644 index 000000000000..f22f51e85530 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/TCLink.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink |