aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2007-01-30 05:39:17 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2007-01-30 05:39:17 +0000
commita7f3765913ec6bbb02a7144d4a011d8d5e588d6c (patch)
tree0446209a26b540cdb8b6adbc38953a0ab02dd7ba /textproc/p5-Plagger
parent770c150803fe8d798772bb101a6ae29271b94bd0 (diff)
downloadports-a7f3765913ec6bbb02a7144d4a011d8d5e588d6c.tar.gz
ports-a7f3765913ec6bbb02a7144d4a011d8d5e588d6c.zip
Notes
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r--textproc/p5-Plagger/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <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