aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-09-01 16:35:55 +0800
committerclsung <clsung@FreeBSD.org>2004-09-01 16:35:55 +0800
commitfc9b27647af7ae67aa703410090acead63cc5787 (patch)
treed5040c1dea18907b7ffe0d027687fc3b24006d72 /www
parent9a00eef85a742d6b0387f56851ba4ef2fb75e3c3 (diff)
downloadfreebsd-ports-graphics-fc9b27647af7ae67aa703410090acead63cc5787.tar.gz
freebsd-ports-graphics-fc9b27647af7ae67aa703410090acead63cc5787.tar.zst
freebsd-ports-graphics-fc9b27647af7ae67aa703410090acead63cc5787.zip
Add support of p5-Kwiki-Atom.
Approved by: vanilla (co-mentor)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Kwiki-plugins/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Kwiki-plugins/Makefile b/www/p5-Kwiki-plugins/Makefile
index e58c25e1be0..59cc1c664da 100644
--- a/www/p5-Kwiki-plugins/Makefile
+++ b/www/p5-Kwiki-plugins/Makefile
@@ -21,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= ARCHIVERCS "Page Archival Using RCS" on \
ARCHIVESVK "Page Archival Using SVK" off \
+ ATOM "Atom Plugin" off \
GDGRAPHGENERATOR "GD Graph Generator" off \
NEWPAGE "New Page Plugin" on \
REVISIONS "Revisions Plugin" on \
@@ -42,6 +43,10 @@ RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/Rcs.pm:${PORTSDIR}/www/p5-Kwiki-Archive
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Archive/SVK.pm:${PORTSDIR}/www/p5-Kwiki-Archive-SVK
.endif
+.if defined(WITH_ATOM)
+RUN_DEPENDS+= ${SITE_PERL}/Kwiki/Atom.pm:${PORTSDIR}/www/p5-Kwiki-Atom
+.endif
+
.if defined(WITH_GDGRAPHGENERATOR)
RUN_DEPENDS+= ${SITE_PERL}/Kwiki/GDGraphGenerator.pm:${PORTSDIR}/www/p5-Kwiki-GDGraphGenerator
.endif