1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.03

- Switch to using pkgname in DEPENDS

PR:		ports/131097
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
This commit is contained in:
Wesley Shields 2009-01-31 13:24:53 +00:00
parent d457619849
commit 946d1aa6eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227267
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Business-PayPal
PORTVERSION= 0.02
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Perl extension for automating PayPal transactions
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
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.42:${PORTSDIR}/www/p5-CGI.pm
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1,3 +1,3 @@
MD5 (Business-PayPal-0.02.tar.gz) = efc5b537076f5ade7338211ac5935ab1
SHA256 (Business-PayPal-0.02.tar.gz) = d61917e20a6afd4304ace0ad13fb3cc36c0fc6bc1f16da7ae54609bbcf78315f
SIZE (Business-PayPal-0.02.tar.gz) = 7905
MD5 (Business-PayPal-0.03.tar.gz) = b4e80bd948da1c80980b068568fe9f4b
SHA256 (Business-PayPal-0.03.tar.gz) = e0480a4afec9c5e1dc16b7b9f927da809b58c47e5121b935f74e0dd3b885f288
SIZE (Business-PayPal-0.03.tar.gz) = 8166