1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
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

8 lines
344 B
Plaintext

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