From 58b87661cde113f8460233f17eacbbeff95262c7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 13 Sep 2007 21:49:43 +0000 Subject: Business::PayPal::IPN - Perl extension that implements PayPal IPN WWW: http://search.cpan.org/dist/Business-PayPal-IPN/ PR: ports/116216 Submitted by: TAKAHASHI Kaoru --- finance/Makefile | 1 + finance/p5-Business-PayPal-IPN/Makefile | 27 +++++++++++++++++++++++++++ finance/p5-Business-PayPal-IPN/distinfo | 3 +++ finance/p5-Business-PayPal-IPN/pkg-descr | 3 +++ finance/p5-Business-PayPal-IPN/pkg-plist | 7 +++++++ 5 files changed, 41 insertions(+) create mode 100644 finance/p5-Business-PayPal-IPN/Makefile create mode 100644 finance/p5-Business-PayPal-IPN/distinfo create mode 100644 finance/p5-Business-PayPal-IPN/pkg-descr create mode 100644 finance/p5-Business-PayPal-IPN/pkg-plist (limited to 'finance') diff --git a/finance/Makefile b/finance/Makefile index 3d440d631a49..b319f40c3554 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -47,6 +47,7 @@ SUBDIR += p5-Business-OnlinePayment-VirtualNet SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer + SUBDIR += p5-Business-PayPal-IPN SUBDIR += p5-Business-WorldPay-Junior SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert diff --git a/finance/p5-Business-PayPal-IPN/Makefile b/finance/p5-Business-PayPal-IPN/Makefile new file mode 100644 index 000000000000..4db4f261dfb3 --- /dev/null +++ b/finance/p5-Business-PayPal-IPN/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Business-PayPal-IPN +# Date created: 08 September 2008 +# Whom: TAKAHASHI Kaoru +# +# $FreeBSD$ +# + +PORTNAME= Business-PayPal-IPN +PORTVERSION= 1.94 +CATEGORIES= finance perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= coryking@mozimedia.com +COMMENT= Perl extension that implements PayPal IPN v1.5 + +BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Crypt-SSLeay>=0.56:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Business::PayPal::IPN.3 + +.include diff --git a/finance/p5-Business-PayPal-IPN/distinfo b/finance/p5-Business-PayPal-IPN/distinfo new file mode 100644 index 000000000000..cd940710762a --- /dev/null +++ b/finance/p5-Business-PayPal-IPN/distinfo @@ -0,0 +1,3 @@ +MD5 (Business-PayPal-IPN-1.94.tar.gz) = bac35503f4f23195439f9dbe41e64431 +SHA256 (Business-PayPal-IPN-1.94.tar.gz) = 3d0ee8bcf8e4dc44b87fbd4acff1954ca893f5d1b06fadd8674e47a24dd3d068 +SIZE (Business-PayPal-IPN-1.94.tar.gz) = 8500 diff --git a/finance/p5-Business-PayPal-IPN/pkg-descr b/finance/p5-Business-PayPal-IPN/pkg-descr new file mode 100644 index 000000000000..23c931af038d --- /dev/null +++ b/finance/p5-Business-PayPal-IPN/pkg-descr @@ -0,0 +1,3 @@ +Business::PayPal::IPN - Perl extension that implements PayPal IPN + +WWW: http://search.cpan.org/dist/Business-PayPal-IPN/ diff --git a/finance/p5-Business-PayPal-IPN/pkg-plist b/finance/p5-Business-PayPal-IPN/pkg-plist new file mode 100644 index 000000000000..9aedf9178b11 --- /dev/null +++ b/finance/p5-Business-PayPal-IPN/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Business/PayPal/IPN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/IPN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business +@dirrmtry %%SITE_PERL%%/Business/PayPal +@dirrmtry %%SITE_PERL%%/Business -- cgit v1.2.3