Date: Sun, 8 Aug 2021 17:10:17 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2530c50ab436 - main - sysutils/mcron: Add license Message-ID: <202108081710.178HAHbg016364@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2530c50ab4364c7a56e8b34781a5a9a8cae1bfb6 commit 2530c50ab4364c7a56e8b34781a5a9a8cae1bfb6 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2021-08-08 17:05:12 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2021-08-08 17:05:12 +0000 sysutils/mcron: Add license port is GPL'ed. --- sysutils/mcron/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile index d9740d312124..d6a25e13852e 100644 --- a/sysutils/mcron/Makefile +++ b/sysutils/mcron/Makefile @@ -2,12 +2,16 @@ PORTNAME= mcron PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= 100% compatible replacement for Vixie cron +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libguile-2.2.so:lang/guile2 USES= gmake pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108081710.178HAHbg016364>