diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-08-22 18:59:34 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-08-22 18:59:34 +0800 |
commit | 25cd8bc7ba5fed53b4ac9fad2859dd3584017988 (patch) | |
tree | b18d90c617d746b8bc0c56abdc197a6fe52ce89f /textproc | |
parent | bed5a016c9bfcbdc47a660764ccae9a27de85b12 (diff) | |
download | freebsd-ports-gnome-25cd8bc7ba5fed53b4ac9fad2859dd3584017988.tar.gz freebsd-ports-gnome-25cd8bc7ba5fed53b4ac9fad2859dd3584017988.tar.zst freebsd-ports-gnome-25cd8bc7ba5fed53b4ac9fad2859dd3584017988.zip |
Add Publish::Gmail supporting on OPTIONS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 10 |
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 |