freebsd-ports/www/sqlpage/pkg-plist
Palle Girgensohn 93b14f05e9 www/sqlpage: Add new port for SQLPage
SQLPage is an Open-source low-code web application server.  It allows
you to create full websites writing only simple database queries.
2024-01-15 11:10:42 +01:00

7 lines
344 B
Text

bin/sqlpage
@sample %%ETCDIR%%/sqlpage.json.sample
@sample etc/newsyslog.conf.d/sqlpage.conf.sample
@preunexec if cmp -s %D/%%WWWDIR%%/index.sql %D/%%DATADIR%%/index.sql; then rm -f %D/%%WWWDIR%%/index.sql; fi
%%DATADIR%%/index.sql
@postexec [ -f %D/%%WWWDIR%%/index.sql ] || cp %D/%%DATADIR%%/index.sql %D/%%WWWDIR%%/index.sql
@dir %%WWWDIR%%