aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-08 17:05:12 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-08 17:05:12 +0000
commit2530c50ab4364c7a56e8b34781a5a9a8cae1bfb6 (patch)
treeae0d5616d6448a9c53ca67093e6308df4de984a6
parent63d6aef1c582484eb4f35e22a1408a1f2feac4f7 (diff)
downloadports-2530c50ab4364c7a56e8b34781a5a9a8cae1bfb6.tar.gz
ports-2530c50ab4364c7a56e8b34781a5a9a8cae1bfb6.zip
sysutils/mcron: Add license
port is GPL'ed.
-rw-r--r--sysutils/mcron/Makefile4
1 files changed, 4 insertions, 0 deletions
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