1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/hotcrp/Makefile
Alexey Dokuchaev c0b151adb2 www/hotcrp: undeprecate the port (update to the latest version)
- Version 3.0.0 was released in March 2024 for PHP 8.2 and 8.3
- ZIP archives are now generated natively instead of using the
  external program, adjust dependencies accordingly
- Expand the port description text and fix some minor Makefile
  issues while I'm here
2024-05-12 17:30:14 +00:00

25 lines
499 B
Makefile

PORTNAME= hotcrp
PORTVERSION= 3.0.0
CATEGORIES= www
MASTER_SITES= ${WWW}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web-based conference management software
WWW= https://www.read.seas.harvard.edu/~kohler/hotcrp/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= pdftohtml:graphics/poppler-utils
USES= php mysql:server
USE_PHP= ctype gd mysqli session zlib
NO_BUILD= yes
SUB_FILES= pkg-message
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>