diff options
author | skv <skv@FreeBSD.org> | 2006-09-08 15:09:21 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-09-08 15:09:21 +0800 |
commit | 69e1741ec91c85a08366122174f96f5d7519e951 (patch) | |
tree | 9d97525b63e3d68f1b0faab393fb7951e3e39130 /finance/p5-Finance-Quote | |
parent | 557770e4478a626ff4e6171a69fa1a519afe1b17 (diff) | |
download | freebsd-ports-gnome-69e1741ec91c85a08366122174f96f5d7519e951.tar.gz freebsd-ports-gnome-69e1741ec91c85a08366122174f96f5d7519e951.tar.zst freebsd-ports-gnome-69e1741ec91c85a08366122174f96f5d7519e951.zip |
Add missed dependency (Crypt::SSLeay).
PR: ports/102979
Submitted by: Warren Block <wblock xx wonkity.com>
Diffstat (limited to 'finance/p5-Finance-Quote')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 751689d1c292..5d7ab1f18d94 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -7,6 +7,7 @@ PORTNAME= Finance-Quote PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -16,6 +17,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT= Get stock and mutual fund quotes from various exchanges BUILD_DEPENDS= ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} |