forked from Lainports/freebsd-ports
Major changes:
* Requires guile 3+
* Merge system-wide Vixie cron updates
* Make vixie cron mode actually work, and work safely
* Give mcron --log option to turn logging on.
* Annotate output with job information.
* documentation: extensive editing of info manual after a note from Paul Vixie.
* Handle nonexistent user home directories.
The project doesn't provide changelog since version 1.2.1
Port update:
* reorder and update Makefile to make linters happy
22 lines
413 B
Makefile
22 lines
413 B
Makefile
PORTNAME= mcron
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 100% compatible replacement for Vixie cron
|
|
WWW= https://www.gnu.org/software/mcron/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake guile:3.0 pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
CONFLICTS_INSTALL= interchange isc-cron # bin/crontab
|
|
|
|
INFO= mcron
|
|
|
|
.include <bsd.port.mk>
|