Add support of p5-Kwiki-Atom.

Approved by:	vanilla (co-mentor)
This commit is contained in:
Cheng-Lung Sung 2004-09-01 08:35:55 +00:00
parent c9446c3353
commit c85d4f8b77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117812

View file

@ -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