mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
c0b151adb2
- 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
25 lines
499 B
Makefile
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>
|