aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-09-19 16:16:42 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-09-19 16:16:42 +0000
commitefa003135651f19d5b21c11359c97264663c4d29 (patch)
tree6981d6490fc2c45d1aee1756c776c02517d8802c /textproc/p5-Plagger/Makefile
parentfe30ddcacdc427df3f509ba64ba3295d33d983f2 (diff)
downloadports-efa003135651f19d5b21c11359c97264663c4d29.tar.gz
ports-efa003135651f19d5b21c11359c97264663c4d29.zip
Notes
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 bedd7c109b7d..2242d5255c29 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Plagger
-PORTVERSION= 0.7.10
-PORTREVISION= 2
+PORTVERSION= 0.7.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -46,6 +45,7 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" off \
PUBLISHEXCEL "Publish::Excel Support" off \
FILTERPIPE "Filter::Pipe Support" off \
PUBLISHPLANET "Publish::Planet Support" on \
+ PUBLISHCSV "Publish::CSV Support" off \
AUTHORNAME "Filter::ExtractAuthorName Support" off \
PUBLISHMT "Publish::MT Support" off \
PUBSERLZR "Publish-Serializer Support" off \
@@ -85,7 +85,6 @@ OPTIONS= BETTERENCODING "Better Encoding detection Support" off \
PLANETINI "Subscription::PlanetINI Support" off
# The below options are not supported yet due to missing depending modules
# CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \
-# PUBLISHCSV "Publish::CSV Support" off \
# SUBSCRFOAF "Subscription::FOAF Support" off \
# GUESSLANGUAGE "Filter::GuessLanguage Support" off \
# PINGSERVER "Subscription::PingServer Support" off \
@@ -128,6 +127,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Copy/Recursive.pm:${PORTSDIR}/devel/p5-File-Co
${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber
.endif
+.if defined(WITH_PUBLISHCSV)
+BUILD_DEPENDS+= ${SITE_PERL}/Text/CSV_PP.pm:${PORTSDIR}/textproc/p5-Text-CSV_PP
+.endif
+
.if defined(WITH_AUTHORNAME)
BUILD_DEPENDS+= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
.endif