diff options
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/Makefile | 13 | ||||
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/distinfo | 6 | ||||
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/pkg-plist | 9 |
3 files changed, 16 insertions, 12 deletions
diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index 622b8e03037a..721cc6799531 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -7,22 +7,25 @@ # PORTNAME= Finance-TW-TSEQuote -PORTVERSION= 0.2 +PORTVERSION= 0.2.6 CATEGORIES= finance perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Finance +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Security Exchange BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-Finance-TW-EmergingQuote>=0:${PORTSDIR}/finance/p5-Finance-TW-EmergingQuote PERL_CONFIGURE= yes +MAN1= pfq.1 MAN3= Finance::TW::TSEQuote.3 .include <bsd.port.mk> diff --git a/finance/p5-Finance-TW-TSEQuote/distinfo b/finance/p5-Finance-TW-TSEQuote/distinfo index 60f9c5ff2168..18cc95c30d46 100644 --- a/finance/p5-Finance-TW-TSEQuote/distinfo +++ b/finance/p5-Finance-TW-TSEQuote/distinfo @@ -1,3 +1,3 @@ -MD5 (Finance-TW-TSEQuote-0.2.tar.gz) = 33be2844b9d3e869251a4ed6ffcd5965 -SHA256 (Finance-TW-TSEQuote-0.2.tar.gz) = af9ff4bb314de72b783e386c580f60db1e03a744e8d253ec5fae26a9724cf0c0 -SIZE (Finance-TW-TSEQuote-0.2.tar.gz) = 2146 +MD5 (Finance-TW-TSEQuote-0.26.tar.gz) = a6f262f5a4eb76e15c95e33974e47fe0 +SHA256 (Finance-TW-TSEQuote-0.26.tar.gz) = 850ff172ade5c16a672a340ca1a227c8effbd53ba7528cd95a2e03ca62822add +SIZE (Finance-TW-TSEQuote-0.26.tar.gz) = 2868 diff --git a/finance/p5-Finance-TW-TSEQuote/pkg-plist b/finance/p5-Finance-TW-TSEQuote/pkg-plist index 25c6265b8e89..99f56fc02c6f 100644 --- a/finance/p5-Finance-TW-TSEQuote/pkg-plist +++ b/finance/p5-Finance-TW-TSEQuote/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote/.packlist +bin/pfq %%SITE_PERL%%/Finance/TW/TSEQuote.pm -@dirrm %%SITE_PERL%%/Finance/TW -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW +@dirrmtry %%SITE_PERL%%/Finance/TW @dirrmtry %%SITE_PERL%%/Finance +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance |