mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.12
PR: 109843 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
07ff7c9bbf
commit
1767c09387
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186483
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Finance-Currency-Convert-XE
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Finance
|
||||
@ -15,13 +15,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Finance::Currency::Convert::XE - Currency conversion module
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Finance::Currency::Convert::XE.3
|
||||
MAN3= Finance::Currency::Convert::XE.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes README
|
||||
@ -32,10 +32,4 @@ post-install:
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Finance-Currency-Convert-XE-0.11.tar.gz) = 56cc71867ed5a15940add5cd9f484a61
|
||||
SHA256 (Finance-Currency-Convert-XE-0.11.tar.gz) = 102e86fa6cd4d87dcb88312821071a4ef2a483c368996aec31ee493e6d33d5cb
|
||||
SIZE (Finance-Currency-Convert-XE-0.11.tar.gz) = 7424
|
||||
MD5 (Finance-Currency-Convert-XE-0.12.tar.gz) = fabbb280c7726ab25e23421cb8a14b26
|
||||
SHA256 (Finance-Currency-Convert-XE-0.12.tar.gz) = a2a75c57531000db32f7d08b08b75a49e6d7bacccb5a92ff462f017e164b2542
|
||||
SIZE (Finance-Currency-Convert-XE-0.12.tar.gz) = 10603
|
||||
|
Loading…
Reference in New Issue
Block a user