From a7f3765913ec6bbb02a7144d4a011d8d5e588d6c Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Tue, 30 Jan 2007 05:39:17 +0000 Subject: Add Filter-DegradeYouTube supporting option. --- textproc/p5-Plagger/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc/p5-Plagger') diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 7848c6b20d57..05e577efab36 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -50,6 +50,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \ FILTERPIPE "Filter::Pipe Support" off \ PUBLISHPLANET "Publish::Planet Support" on \ PUBLISHCSV "Publish::CSV Support" off \ + FILDEGYT "Filter-DegradeYouTube" off \ AUTHORNAME "Filter::ExtractAuthorName Support" off \ GUESSLANG "Filter::GuessLanguage Support" off \ GUESSTZ "Filter::GuessTimeZoneByDomain Support" off \ @@ -101,7 +102,6 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \ SUMTEXTORG "Summary-TextOriginal Support" off \ # The below are not supported yet due to lack of depending ports # PRSJPNDATE "Parse Japanese datetime format" off \ -# FILDEGYT "Filter-DegradeYouTube" off \ # SUMJPN "Summary::Japanes" off \ .include @@ -154,6 +154,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Co BUILD_DEPENDS+= ${SITE_PERL}/Text/CSV_PP.pm:${PORTSDIR}/textproc/p5-Text-CSV_PP .endif +.if defined(WITH_FILDEGYT) +BUILD_DEPENDS+= ${SITE_PERL}/WebService/YouTube.pm:${PORTSDIR}/www/p5-WebService-YouTube +.endif + .if defined(WITH_AUTHORNAME) BUILD_DEPENDS+= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address .endif -- cgit v1.2.3