mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE_FILE
- Cosmetic fixes - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
e6f0b6b51b
commit
08eefbfca2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447485
2 changed files with 4 additions and 3 deletions
|
@ -11,8 +11,9 @@ MAINTAINER= feld@FreeBSD.org
|
||||||
COMMENT= Sophisticated, lightweight & simple CMS
|
COMMENT= Sophisticated, lightweight & simple CMS
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
USES= php:web
|
USES= php:web
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
@ -28,7 +29,7 @@ PGSQL_USE= PHP=pdo_pgsql
|
||||||
SQLITE_USE= PHP=pdo_sqlite
|
SQLITE_USE= PHP=pdo_sqlite
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR})
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR})
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony
|
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony
|
||||||
components, uses Twig and either SQLite, MySQL or PostgreSQL.
|
components, uses Twig and either SQLite, MySQL or PostgreSQL.
|
||||||
|
|
||||||
WWW: http://bolt.cm
|
WWW: https://bolt.cm/
|
||||||
|
|
Loading…
Add table
Reference in a new issue