diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-09 00:46:19 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-09 00:46:19 +0000 |
commit | 06bf8e26b1b124d824a1929103298327b39f8473 (patch) | |
tree | 822b8ee0ccc2d05d0f63d64257086c36b4b3b750 /finance | |
parent | b583964e988191197b67ae8b4490383473303999 (diff) | |
download | ports-06bf8e26b1b124d824a1929103298327b39f8473.tar.gz ports-06bf8e26b1b124d824a1929103298327b39f8473.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 11 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 84d0a730b707..a996c9afc99d 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -15,11 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fetching historical stock quotes -BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ +RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools PERL_CONFIGURE= yes @@ -31,7 +33,8 @@ MAN3= Finance::QuoteHist.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile .endif .include <bsd.port.post.mk> diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index df48e75a435a..d009f118248b 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -1,3 +1,3 @@ -MD5 (Finance-QuoteHist-1.03.tar.gz) = 4358caadc5dce31717e5828006449400 -SHA256 (Finance-QuoteHist-1.03.tar.gz) = 20f4607fc93d3e7e21deef4562eca0fb1c8ff1a74dfd512fcbffa8ff674fa317 -SIZE (Finance-QuoteHist-1.03.tar.gz) = 25012 +MD5 (Finance-QuoteHist-1.04.tar.gz) = c32d5ea47ac962b45b51399f64617808 +SHA256 (Finance-QuoteHist-1.04.tar.gz) = 02275d1f9b3c3e26cdbce1a3e87da04914904c1c0d45f8b5db441d76c9c13084 +SIZE (Finance-QuoteHist-1.04.tar.gz) = 25472 |