aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Plagger
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-22 10:59:34 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-08-22 10:59:34 +0000
commit0774425e0ea98e743116c4bce30bb32a049ef95d (patch)
treecd4d4256415c29b5e0b85bd7c850dd266a294277 /textproc/p5-Plagger
parent2ddc262eb6a4091894d1b3ce7fd8c8b513574e67 (diff)
downloadports-0774425e0ea98e743116c4bce30bb32a049ef95d.tar.gz
ports-0774425e0ea98e743116c4bce30bb32a049ef95d.zip
Add Publish::Gmail supporting on OPTIONS.
Notes
Notes: svn path=/head/; revision=171191
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r--textproc/p5-Plagger/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile
index 58450d4f6263..4845a000499c 100644
--- a/textproc/p5-Plagger/Makefile
+++ b/textproc/p5-Plagger/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Plagger
PORTVERSION= 0.7.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA
@@ -53,6 +53,7 @@ OPTIONS= PODTESTING "POD Testing Support" off \
PALMDOC "Publish::PalmDoc Support" off \
FILTERPPT "Filter::TTP Support" off \
KINOSEARCH "Search::KinoSearch Support" off \
+ PUBLISHGMAIL "Publish::Gmail Support" on \
PUBDELICIOUS "Publish::Delicious Support" off \
HATENARSS "Subscription::HatenaRSS Support" off \
NOTIFYIRC "Notify::IRC Support" off \
@@ -74,7 +75,6 @@ OPTIONS= PODTESTING "POD Testing Support" off \
# RULEFRESH "Rule::Fresh Support" on \
# SUBSCRDBI "Subscription::DBI Support" off \
# NOTIFYBEEP "Notify::Beep Support" off \
-# PUBLISHGMAIL "Publish::Gmail Support" on \
# SUBSCRFOAF "Subscription::FOAF Support" off \
# ESTRAIER "Search::Estraier Support" off \
# PROFANITY "Filter::Profanity Support" off \
@@ -152,6 +152,12 @@ BUILD_DEPENDS+= ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/KinoSearch.pm:${PORTSDIR}/textproc/p5-KinoSearch
.endif
+.if defined(WITH_PUBLISHGMAIL)
+BUILD_DEPENDS+= ${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
+ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
+ ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
+.endif
+
.if defined(WITH_PUBDELICIOUS)
BUILD_DEPENDS+= ${SITE_PERL}/Net/Delicious.pm:${PORTSDIR}/net/p5-Net-Delicious
.endif