diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-25 03:55:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-25 03:55:43 +0800 |
commit | d08384ef9b2386b8abfaac58eb4563cbf9a9b857 (patch) | |
tree | 68640aa54f8412ea505336e54fc8aacf82ec5f7d /misc | |
parent | 8ffe0d46963afa23a9573a337d701d9ff7d7fd96 (diff) | |
download | freebsd-ports-gnome-d08384ef9b2386b8abfaac58eb4563cbf9a9b857.tar.gz freebsd-ports-gnome-d08384ef9b2386b8abfaac58eb4563cbf9a9b857.tar.zst freebsd-ports-gnome-d08384ef9b2386b8abfaac58eb4563cbf9a9b857.zip |
Add p5-Business-OnlinePayment-MerchantCommerce 0.01, a Business::OnlinePayment
backend module for MerchantCommerce authorization service.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-MerchantCommerce/Makefile | 27 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-MerchantCommerce/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr | 2 | ||||
-rw-r--r-- | misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 0e874604e09c..864b0f69e9d5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -225,6 +225,7 @@ SUBDIR += p5-Business-OnlinePayment-Cardstream SUBDIR += p5-Business-OnlinePayment-Jettis SUBDIR += p5-Business-OnlinePayment-LinkPoint + SUBDIR += p5-Business-OnlinePayment-MerchantCommerce SUBDIR += p5-Business-OnlinePayment-Network1Financial SUBDIR += p5-Business-OnlinePayment-PayConnect SUBDIR += p5-Business-OnlinePayment-PaymentsGateway diff --git a/misc/p5-Business-OnlinePayment-MerchantCommerce/Makefile b/misc/p5-Business-OnlinePayment-MerchantCommerce/Makefile new file mode 100644 index 000000000000..182befdd106b --- /dev/null +++ b/misc/p5-Business-OnlinePayment-MerchantCommerce/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Business::OnlinePayment::MerchantCommerce +# Date created: 24 February 2003 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-MerchantCommerce +PORTVERSION= 0.01 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= A Business::OnlinePayment backend module for MerchantCommerce authorization service + +BUILD_DEPENDS= ${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::MerchantCommerce.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Business-OnlinePayment-MerchantCommerce/distinfo b/misc/p5-Business-OnlinePayment-MerchantCommerce/distinfo new file mode 100644 index 000000000000..2e22c0181473 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-MerchantCommerce/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-MerchantCommerce-0.01.tar.gz) = 689376fe6846e9af6e616a58822649ac diff --git a/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr b/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr new file mode 100644 index 000000000000..b2cba2165c67 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr @@ -0,0 +1,2 @@ +This is Business::OnlinePayment::MerchantCommerce, an Business::OnlinePayment +backend module for MerchantCommerce authorization service. diff --git a/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist b/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist new file mode 100644 index 000000000000..59ee55516fd4 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-MerchantCommerce/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/MerchantCommerce.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/MerchantCommerce/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/MerchantCommerce/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/MerchantCommerce +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/MerchantCommerce |