mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add support of p5-Kwiki-Atom.
Approved by: vanilla (co-mentor)
This commit is contained in:
parent
c9446c3353
commit
c85d4f8b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117812
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue