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 +# +# $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 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 diff --git a/misc/Makefile b/misc/Makefile index e7c00ba1b2ba..6cee5c378e8c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -215,6 +215,7 @@ SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-WorldPay-Junior + SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-UPS SUBDIR += p5-Chatbot-Eliza SUBDIR += p5-Data-Buffer diff --git a/misc/p5-Business-OnlinePayment-eSec/Makefile b/misc/p5-Business-OnlinePayment-eSec/Makefile new file mode 100644 index 000000000000..65ea768598a2 --- /dev/null +++ b/misc/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 +# +# $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 diff --git a/misc/p5-Business-OnlinePayment-eSec/distinfo b/misc/p5-Business-OnlinePayment-eSec/distinfo new file mode 100644 index 000000000000..261e6af5867b --- /dev/null +++ b/misc/p5-Business-OnlinePayment-eSec/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-eSec-0.02.tar.gz) = 2fa8220c8a4d37da11d6f7dd48c5ede2 diff --git a/misc/p5-Business-OnlinePayment-eSec/pkg-comment b/misc/p5-Business-OnlinePayment-eSec/pkg-comment new file mode 100644 index 000000000000..3cd26da3df6d --- /dev/null +++ b/misc/p5-Business-OnlinePayment-eSec/pkg-comment @@ -0,0 +1 @@ +An Business::OnlinePayment backend module for eSec diff --git a/misc/p5-Business-OnlinePayment-eSec/pkg-descr b/misc/p5-Business-OnlinePayment-eSec/pkg-descr new file mode 100644 index 000000000000..fd169838adfe --- /dev/null +++ b/misc/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/misc/p5-Business-OnlinePayment-eSec/pkg-plist b/misc/p5-Business-OnlinePayment-eSec/pkg-plist new file mode 100644 index 000000000000..7b9409472389 --- /dev/null +++ b/misc/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