aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-25 03:40:20 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-25 03:40:20 +0000
commit10ee706c0531caa7d67b50349389ca99ddc075fe (patch)
tree0954cf4f779ab236f20d399731084ec2a8fad3d7 /textproc/p5-Plagger
parentb1c6598427ac5836980b1c5fb5358bcea3cacb2d (diff)
downloadports-10ee706c0531caa7d67b50349389ca99ddc075fe.tar.gz
ports-10ee706c0531caa7d67b50349389ca99ddc075fe.zip
Add Rule::Fresh Supporting on OPTIONS.
Notes
Notes: svn path=/head/; revision=171357
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r--textproc/p5-Plagger/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index 83d35b61860e..78cf08c9afd0 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Plagger
PORTVERSION= 0.7.9
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -52,6 +53,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
JAVASCRIPT "Publish::JavaScript Support" off \
EMOTICON "Filter::Emoticon Support" off \
FILHATENA "Filter::HatenaFormat Support" off \
+ RULEFRESH "Rule::Fresh Support" on \
SUBSCOPML "Subscription::OPML Support" on \
FLICKRSEARCH "CustomFeed::FlickrSearch Support" off \
HATENABKMK "Filter::HatenaBookmarkUsersCount Support" off \
@@ -81,7 +83,6 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
# The below options are not supported yet due to missing depending modules
# CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
# PUBLISHCSV "Publish::CSV Support" off \
-# RULEFRESH "Rule::Fresh Support" on \
# SUBSCRDBI "Subscription::DBI Support" off \
# SUBSCRFOAF "Subscription::FOAF Support" off \
# GUESSLANGUAGE "Filter::GuessLanguage Support" off \
@@ -154,6 +155,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Text/Emoticon.pm:${PORTSDIR}/textproc/p5-Text-Emoti
BUILD_DEPENDS+= ${SITE_PERL}/Text/Hatena.pm:${PORTSDIR}/textproc/p5-Text-Hatena
.endif
+.if !defined(WITHOUT_RULEFRESH)
+BUILD_DEPENDS+= ${SITE_PERL}/Time/Duration/Parse.pm:${PORTSDIR}/devel/p5-Time-Duration-Parse
+.endif
+
.if !defined(WITHOUT_SUBSCOPML)
BUILD_DEPENDS+= ${SITE_PERL}/XML/OPML.pm:${PORTSDIR}/textproc/p5-XML-OPML
.endif