- New port: www/drupal8
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
2016-11-22 22:23:22 +00:00
|
|
|
# Created by: Alonso Cardenas <acmFreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= drupal8
|
2017-12-12 15:27:21 +00:00
|
|
|
PORTVERSION= 8.4.3
|
- New port: www/drupal8
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
2016-11-22 22:23:22 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
DISTNAME= drupal-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= drupal
|
|
|
|
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
COMMENT= Database driven web content management system (CMS)
|
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
|
|
|
USES= php:web shebangfix
|
2017-11-02 01:52:22 +00:00
|
|
|
USE_PHP= dom filter gd hash json mbstring opcache pcre pdo session \
|
|
|
|
simplexml tokenizer xml
|
- New port: www/drupal8
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
2016-11-22 22:23:22 +00:00
|
|
|
SHEBANG_FILES= core/scripts/password-hash.sh
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
DOCS= core/CHANGELOG.txt core/INSTALL.mysql.txt core/INSTALL.sqlite.txt \
|
|
|
|
LICENSE.txt README.txt core/COPYRIGHT.txt core/INSTALL.pgsql.txt \
|
|
|
|
core/INSTALL.txt core/MAINTAINERS.txt core/UPDATE.txt
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS
|
|
|
|
OPTIONS_DEFAULT= MYSQL
|
|
|
|
|
|
|
|
SUB_FILES+= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
|
|
|
|
PGSQL_USES= pgsql
|
|
|
|
PGSQL_USE= PHP=pdo_pgsql
|
|
|
|
SQLITE3_USE= PHP=pdo_sqlite
|
|
|
|
MYSQL_USES= mysql
|
|
|
|
MYSQL_USE= PHP=pdo_mysql
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${MKDIR} ${WRKDIR}/DOCS
|
|
|
|
@${MV} ${DOCS:S|^|${WRKSRC}/|} ${WRKDIR}/DOCS/
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} . \
|
|
|
|
${STAGEDIR}${WWWDIR})
|
|
|
|
|
|
|
|
do-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
(cd ${WRKDIR}/DOCS && ${COPYTREE_SHARE} . \
|
|
|
|
${STAGEDIR}${DOCSDIR})
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|