- Add LICENSE_FILE

- Cosmetic fixes
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-08-07 09:01:16 +00:00
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

View file

@ -11,6 +11,7 @@ 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
@ -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>

View file

@ -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/