diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-24 19:55:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-02-24 19:55:43 +0000 |
commit | 7f47755e0b4c4ef7a3c4ef4a0a3af53c3962d194 (patch) | |
tree | ea5099d7b69b5e1c4144a5cec9845409c16ae838 /misc | |
parent | 687877ff77d3c2c2d236f1a70d2a5e04344eafed (diff) | |
download | ports-7f47755e0b4c4ef7a3c4ef4a0a3af53c3962d194.tar.gz ports-7f47755e0b4c4ef7a3c4ef4a0a3af53c3962d194.zip |
Notes
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 |