# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {snc @nerdling} openmaintainer
description A PHP-based bulletin board / discussion forum system
long_description phpBB is a high powered, fully scalable, and highly \
customisable open-source bulletin board package. phpBB \
has a user-friendly interface, simple and straightforward \
administration panel, and helpful FAQ. Based on the \
powerful PHP server language and your choice of MySQL, \
MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB \
is the ideal free community solution for all web sites.
depends_run port:php56-apache2handler \
homepage http://www.phpbb.com/
master_sites https://www.phpbb.com/files/release
distname phpBB-${version}
checksums rmd160 8ad44715216903d98b080d57d41e1f2fec1b85f5 \
sha256 4c50f8657a6f19e73468bac563c1804e112c54c1f700d24803cacc22d080d08b \
variant mysql description {add convenient runtime dependency on PHP's mysql extension} {
depends_run-append port:php56-mysql
variant postgresql description {add convenient runtime dependency on PHP's postgresql extension} {
depends_run-append port:php56-postgresql
set docpath ${destroot}${prefix}/www/data
set worksrcpath ${workpath}/phpBB3
xinstall -d -m 0755 ${docpath}/phpbb
file copy {*}[glob ${worksrcpath}/*] ${docpath}/phpbb
file rename ${docpath}/phpbb/config.php \
${docpath}/phpbb/config.php-dist
livecheck.url http://www.phpbb.com/
livecheck.regex version">(\\d+(\\.\\d+)+(-PL\\d+)?)