Files
ports/databases/dalmp/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

28 lines
535 B
Makefile

PORTNAME= dalmp
PORTVERSION= 3.1.0
CATEGORIES= databases
MAINTAINER= nbari@tequila.io
COMMENT= Database Abstraction Layer for MySQL using PHP
WWW= https://docs.dalmp.com/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= nbari
GH_PROJECT= ${PORTNAME:tu}
USES= php
IGNORE_WITH_PHP= 86
NO_BUILD= yes
NO_ARCH= yes
USE_PHP= mysqli session memcache sqlite3 curl redis
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>