diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-08-25 11:40:20 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-08-25 11:40:20 +0800 |
commit | 8ca5ab7a67f1f93ef41c44c596fed77b66c483df (patch) | |
tree | 573ab56d1247381c18788b718683b72c7e7576fc /textproc/p5-Plagger | |
parent | d8476977f83c8c0e3e05e25ad589b457c2486438 (diff) | |
download | freebsd-ports-gnome-8ca5ab7a67f1f93ef41c44c596fed77b66c483df.tar.gz freebsd-ports-gnome-8ca5ab7a67f1f93ef41c44c596fed77b66c483df.tar.zst freebsd-ports-gnome-8ca5ab7a67f1f93ef41c44c596fed77b66c483df.zip |
Add Rule::Fresh Supporting on OPTIONS.
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 7 |
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 |