forked from Lainports/freebsd-ports
Add Filter-DegradeYouTube supporting option.
This commit is contained in:
parent
770c150803
commit
a7f3765913
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue