freebsd-ports/www/dolibarr15/Makefile
Jose Alonso Cardenas Marquez fd7404dde6 www/dolibarr15: New port: Modern software package to manage your company or foundation
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)

It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.

You can freely use, study, modify or distribute it according to its Free
Software licence.

You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN. (15.x version)
2022-10-02 01:47:20 -05:00

37 lines
785 B
Makefile

PORTNAME= dolibarr15
DISTVERSION= 15.0.3
CATEGORIES= www finance
MAINTAINER= acm@FreeBSD.org
COMMENT= Modern software package to manage your company or foundation
WWW= https://www.dolibarr.org/
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:S/d/D/:S/15//}
GH_PROJECT= dolibarr
USES= cpe php:web
USE_PHP= calendar curl gd intl pcre session openssl
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
OPTIONS_DEFINE= MYSQL PGSQL
OPTIONS_DEFAULT= PGSQL
MYSQL_USE= PHP=mysqli
PGSQL_USE= PHP=pgsql
post-extract:
${RM} -R ${WRKSRC}/.github
${RM} ${WRKSRC}/.gitmessage
${RM} ${WRKSRC}/.stickler.yml
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}
.include <bsd.port.mk>