diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-25 08:09:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-25 08:09:44 +0000 |
commit | 5b2c59dca42084b50d6a560ffef74b4d8260f2e2 (patch) | |
tree | ae59f19c57e7605c70cb51e68d51e268f70cc042 /finance | |
parent | fae1145f272e8d5c925314b805f06cc52594f074 (diff) |
- Add missing dependency: UNIVERSAL::require is required by bin/pfq
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=295458
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index 6e911c94e08f..86ee6d4e715e 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -8,6 +8,7 @@ PORTNAME= Finance-TW-TSEQuote PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +19,7 @@ COMMENT= Check stock quotes from Taiwan Security Exchange BUILD_DEPENDS= p5-App-Cache>=0:${PORTSDIR}/devel/p5-App-Cache \ p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \ + p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww |