aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Plagger/Makefile
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2006-12-14 09:45:57 +0800
committersumikawa <sumikawa@FreeBSD.org>2006-12-14 09:45:57 +0800
commite78e990b8341c3080d226d5f3643e1a40a2f2e3a (patch)
tree65f7de854f919d63de62211a3b6bd25fc2b07278 /textproc/p5-Plagger/Makefile
parentcc7fe672cb3c42016363eb785577d7301b8db153 (diff)
downloadfreebsd-ports-gnome-e78e990b8341c3080d226d5f3643e1a40a2f2e3a.tar.gz
freebsd-ports-gnome-e78e990b8341c3080d226d5f3643e1a40a2f2e3a.tar.zst
freebsd-ports-gnome-e78e990b8341c3080d226d5f3643e1a40a2f2e3a.zip
Upgrade to 0.7.16.
Diffstat (limited to 'textproc/p5-Plagger/Makefile')
-rw-r--r--textproc/p5-Plagger/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index 69b115202dc5..4fb329d42d73 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Plagger
-PORTVERSION= 0.7.16
+PORTVERSION= 0.7.17
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -53,6 +53,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" off \
AUTHORNAME "Filter::ExtractAuthorName Support" off \
GUESSLANG "Filter::GuessLanguage Support" off \
GUESSTZ "Filter::GuessTimeZoneByDomain Support" off \
+ HTMLTIDY "Filter::HTMLTidy Support" off \
PUBLISHMT "Publish::MT Support" off \
PUBSERLZR "Publish-Serializer Support" off \
PUBICAL "Publish::iCal Support" off \
@@ -166,6 +167,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Lingua/ZH/HanDetect.pm:${PORTSDIR}/chinese/p5-Lingu
BUILD_DEPENDS+= ${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country
.endif
+.if defined(WITH_HTMLTIDY)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/HTML/Tidy.pm:${PORTSDIR}/textproc/p5-HTML-Tidy
+.endif
+
.if defined(WITH_PUBLISHMT)
BUILD_DEPENDS+= ${SITE_PERL}/Net/MovableType.pm:${PORTSDIR}/net/p5-Net-MovableType
.endif
@@ -414,6 +419,7 @@ MAN3= Plagger.3 \
Plagger::Plugin::Filter::GuessTimeZoneByDomain.3 \
Plagger::Plugin::Filter::HEADEnclosureMetadata.3 \
Plagger::Plugin::Filter::HTMLScrubber.3 \
+ Plagger::Plugin::Filter::HTMLTidy.3 \
Plagger::Plugin::Filter::HatenaBookmarkTag.3 \
Plagger::Plugin::Filter::HatenaBookmarkUsersCount.3 \
Plagger::Plugin::Filter::HatenaDiaryKeywordLink.3 \