aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-30 15:45:58 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-30 15:45:58 +0000
commitefdda2b76ef3f1d9a54f429ed09678728d551557 (patch)
tree05eaa294bd725449f3ae5c0284cc72adeef1cc5b /textproc/p5-Plagger/Makefile
parent6d4a92f5ac19e03d9ea282d7415a89a9f6542798 (diff)
downloadports-efdda2b76ef3f1d9a54f429ed09678728d551557.tar.gz
ports-efdda2b76ef3f1d9a54f429ed09678728d551557.zip
Upgrade to 0.7.10. Now the port depends on 232 ports with full options.
Notes
Notes: svn path=/head/; revision=171675
Diffstat (limited to 'textproc/p5-Plagger/Makefile')
-rw-r--r--textproc/p5-Plagger/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index 2452a13db009..1d02ef8546a1 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Plagger
-PORTVERSION= 0.7.9
-PORTREVISION= 2
+PORTVERSION= 0.7.10
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -58,6 +57,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
FLICKRSEARCH "CustomFeed::FlickrSearch Support" off \
HATENABKMK "Filter::HatenaBookmarkUsersCount Support" off \
PALMDOC "Publish::PalmDoc Support" off \
+ SUBSCRDBI "Subscription::DBI Support" off \
NOTIFYBEEP "Notify::Beep Support" off \
FILTERPPT "Filter::TTP Support" off \
KINOSEARCH "Search::KinoSearch Support" off \
@@ -85,7 +85,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 \
-# SUBSCRDBI "Subscription::DBI Support" off \
# SUBSCRFOAF "Subscription::FOAF Support" off \
# GUESSLANGUAGE "Filter::GuessLanguage Support" off \
# PINGSERVER "Subscription::PingServer Support" off \
@@ -177,6 +176,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/XMLRPC/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
BUILD_DEPENDS+= ${SITE_PERL}/Palm/PalmDoc.pm:${PORTSDIR}/palm/p5-Palm-PalmDoc
.endif
+.if defined(WITH_SUBSCRDBI)
+BUILD_DEPENDS+= ${SITE_PERL}/DBIx/Class/Schema.pm:${PORTSDIR}/databases/p5-DBIx-Class
+.endif
+
.if defined(WITH_NOTIFYBEEP)
BUILD_DEPENDS+= ${SITE_PERL}/Audio/Beep.pm:${PORTSDIR}/audio/p5-Audio-Beep
.endif