Add Filter-DegradeYouTube supporting option.

This commit is contained in:
Munechika SUMIKAWA 2007-01-30 05:39:17 +00:00
parent 770c150803
commit a7f3765913

View file

@ -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 <bsd.port.pre.mk>
@ -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