diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-20 02:18:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-20 02:18:04 +0000 |
commit | 28763aa5cf7bdbbf73cdd0958ae4328e044ea372 (patch) | |
tree | 6b2e3025ac762b0313186fd6b9e8e0d92899e9b3 /finance/p5-Finance-Quote/Makefile | |
parent | a27e397e8493ef9cf25c3e05134b376000bb7be7 (diff) | |
download | ports-28763aa5cf7bdbbf73cdd0958ae4328e044ea372.tar.gz ports-28763aa5cf7bdbbf73cdd0958ae4328e044ea372.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-Quote/Makefile')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 60d542ddc994..63bcb29a2388 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-Quote -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -14,26 +14,24 @@ 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 + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} -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 +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} +MAN3= Finance::Quote.3 \ + Finance::Quote::ASX.3 \ + Finance::Quote::DWS.3 \ + Finance::Quote::Fidelity.3\ + Finance::Quote::Tiaacref.3 \ + Finance::Quote::Troweprice.3 \ + Finance::Quote::Trustnet.3 \ + Finance::Quote::VWD.3\ + Finance::Quote::Yahoo::Australia.3 \ + Finance::Quote::Yahoo::Base.3 \ + Finance::Quote::Yahoo::Europe.3\ + Finance::Quote::Yahoo::USA.3 .include <bsd.port.mk> |