diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-08-23 15:21:18 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-08-23 15:21:18 +0800 |
commit | 020b61085e66703f3b50fe674c7c6cad1cb94e18 (patch) | |
tree | d9eeab4dd11c1a4b0be6c89cbae89bd95eaf0ef0 /textproc | |
parent | 6b2037c43596078afa7ee392025771a61d9ca823 (diff) | |
download | freebsd-ports-gnome-020b61085e66703f3b50fe674c7c6cad1cb94e18.tar.gz freebsd-ports-gnome-020b61085e66703f3b50fe674c7c6cad1cb94e18.tar.zst freebsd-ports-gnome-020b61085e66703f3b50fe674c7c6cad1cb94e18.zip |
Add Cookie sharing with Firefox Supporting on OPTIONS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 4845a000499c..5eda077eaca0 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -7,7 +7,7 @@ PORTNAME= Plagger PORTVERSION= 0.7.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA @@ -39,6 +39,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accesso ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch OPTIONS= PODTESTING "POD Testing Support" off \ + COOKIESHARING "Cookie sharing with Firefox Support" off \ LIBERALXML "Liberal XML parsing Support" on \ XPATH "XPath Support" on \ PUBLISHEXCEL "Publish::Excel Support" off \ @@ -66,7 +67,6 @@ OPTIONS= PODTESTING "POD Testing Support" off \ FILHTMLSCRB "Filter::HTMLScrubber Support" on # The below options are not supported yet due to missing depending modules # BETTERENCODING "Better Encoding detection Support" on \ -# COOKIESHARING "Cookie sharing with Firefox Support" off \ # CUSTOMSVNLOG "CustomFeed::SVNLog Support" off \ # PUBLISHCSV "Publish::CSV Support" off \ # JAVASCRIPT "Publish::JavaScript Support" off \ @@ -93,6 +93,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage .endif +.if defined(WITH_COOKIESHARING) +BUILD_DEPENDS+= ${SITE_PERL}/HTTP/Cookies/Mozilla.pm:${PORTSDIR}/www/p5-HTTP-Cookies-Mozilla +.endif + .if !defined(WITHOUT_LIBERALXML) BUILD_DEPENDS+= ${SITE_PERL}/XML/Liberal.pm:${PORTSDIR}/textproc/p5-XML-Liberal \ ${SITE_PERL}/XML/RSS/Liberal.pm:${PORTSDIR}/textproc/p5-XML-RSS-Liberal |