diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-08-09 13:47:18 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-08-09 13:47:18 +0000 |
commit | b4e9b95b6c014983a744b36e453aeb392ef3cf87 (patch) | |
tree | 1207f40c6fa78d8a520711aa2ab34dee86ff7aa3 /www/p5-Business-PayPal | |
parent | 4f7173998edefd608e02c036b8c6223fe4190f9b (diff) | |
download | ports-b4e9b95b6c014983a744b36e453aeb392ef3cf87.tar.gz ports-b4e9b95b6c014983a744b36e453aeb392ef3cf87.zip |
Update to 0.04
PR: ports/149385
Submitted by: Frederic Culot <frederic@culot.org>
Notes
Notes:
svn path=/head/; revision=259009
Diffstat (limited to 'www/p5-Business-PayPal')
-rw-r--r-- | www/p5-Business-PayPal/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Business-PayPal/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Business-PayPal/pkg-descr | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-Business-PayPal/Makefile b/www/p5-Business-PayPal/Makefile index 0810ea7d7aa8..9203aae52128 100644 --- a/www/p5-Business-PayPal/Makefile +++ b/www/p5-Business-PayPal/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Business-PayPal -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for automating PayPal transactions -BUILD_DEPENDS= p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Net-SSLeay>=1.35:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Digest-MD5>=2.38:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-CGI.pm>=3.49:${PORTSDIR}/www/p5-CGI.pm +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-Business-PayPal/distinfo b/www/p5-Business-PayPal/distinfo index d0270a0aaa1b..7019c105e92d 100644 --- a/www/p5-Business-PayPal/distinfo +++ b/www/p5-Business-PayPal/distinfo @@ -1,3 +1,3 @@ -MD5 (Business-PayPal-0.03.tar.gz) = b4e80bd948da1c80980b068568fe9f4b -SHA256 (Business-PayPal-0.03.tar.gz) = e0480a4afec9c5e1dc16b7b9f927da809b58c47e5121b935f74e0dd3b885f288 -SIZE (Business-PayPal-0.03.tar.gz) = 8166 +MD5 (Business-PayPal-0.04.tar.gz) = d04109451295e64549a3741114d8f263 +SHA256 (Business-PayPal-0.04.tar.gz) = 87329c7145462b0d9a58e1ec74e863f2be0f6f6de8c2735c4a327ffb2f91802b +SIZE (Business-PayPal-0.04.tar.gz) = 8953 diff --git a/www/p5-Business-PayPal/pkg-descr b/www/p5-Business-PayPal/pkg-descr index 8e5e12edd39c..e7ba87d45a3f 100644 --- a/www/p5-Business-PayPal/pkg-descr +++ b/www/p5-Business-PayPal/pkg-descr @@ -1 +1,3 @@ -This module offers an interface to PayPal's transaction system. +Perl extension for automating PayPal transactions + +WWW: http://search.cpan.org/dist/Business-PayPal/ |