diff options
author | will <will@FreeBSD.org> | 2000-12-31 05:48:35 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 05:48:35 +0000 |
commit | de8bcbd19391da48ff82747d6db312a1fdedd69e (patch) | |
tree | 5420bd5ae1b656d8a12a7ecd6f2b354cccfe22c0 /misc/p5-Finance-Quote/Makefile | |
parent | beadc34f56e246d9aea00a4885591cc79b568597 (diff) | |
download | FreeBSD-ports-de8bcbd19391da48ff82747d6db312a1fdedd69e.zip FreeBSD-ports-de8bcbd19391da48ff82747d6db312a1fdedd69e.tar.gz |
Add p5-Finance-Quote 1.04, a perl module to obtain stock and mutual fund
quotes from various exchanges.
PR: 23854
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'misc/p5-Finance-Quote/Makefile')
-rw-r--r-- | misc/p5-Finance-Quote/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/misc/p5-Finance-Quote/Makefile b/misc/p5-Finance-Quote/Makefile new file mode 100644 index 0000000..118a0c9 --- /dev/null +++ b/misc/p5-Finance-Quote/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: Finance::Quote +# Date created: 26 Dec 2000 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Finance-Quote +PORTVERSION= 1.04 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Finance +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= yes + +MAN3= Finance::Quote::Tiaacref.3 Finance::Quote::Yahoo::Europe.3\ + Finance::Quote.3 Finance::Quote::VWD.3\ + Finance::Quote::Troweprice.3 Finance::Quote::Yahoo::Australia.3\ + Finance::Quote::Yahoo::USA.3 Finance::Quote::Trustnet.3\ + Finance::Quote::Yahoo::Base.3 Finance::Quote::Fidelity.3\ + Finance::Quote::ASX.3 Finance::Quote::DWS.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} + +.include <bsd.port.mk> |