openbsd-ports/www/awl/Makefile
landry d34fd62317 www/awl: drop MODPHP_VERSION, it works fine with php8 in my davical setup.
per https://gitlab.com/davical-project/awl/-/jobs/1063586874 all unit
tests are run with various php versions on various debian versions so
php syntax is correct.

there's a commit in git mentioning php 8.1 that will be in a next
version.
2022-05-23 08:04:04 +00:00

30 lines
578 B
Makefile

COMMENT = Andrews web libraries for PHP
DISTNAME = awl_0.62.orig
PKGNAME = php-awl-0.62
REVISION = 0
EXTRACT_SUFX = .tar.xz
CATEGORIES = www
PKG_ARCH = *
# GPLv2+
PERMIT_PACKAGE = Yes
MASTER_SITES = https://www.davical.org/downloads/
WRKSRC = ${WRKDIR}
PREFIX = ${VARBASE}/www
INSTDIR = ${PREFIX}/awl
SUBST_VARS = INSTDIR
NO_BUILD = Yes
NO_TEST = Yes
MODULES = lang/php
do-install:
${INSTALL_DATA_DIR} ${INSTDIR}
cp -Rp ${WRKSRC}/{README,dba,docs,inc} ${INSTDIR}
rm ${INSTDIR}/inc/AWLUtilities.php.in
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>