summaryrefslogtreecommitdiffstats
path: root/sysutils/mcron/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-12-17 02:32:34 +0000
committerijliao <ijliao@FreeBSD.org>2003-12-17 02:32:34 +0000
commitb3b4234e461bdd7e73475f2cc6de115001b95163 (patch)
tree007c81a7f608b36f724c6499c56ec60aa6e49cf9 /sysutils/mcron/Makefile
parent0bf110d7348d62cc2c42a0bf97704e00d1a7f2e7 (diff)
downloadFreeBSD-ports-b3b4234e461bdd7e73475f2cc6de115001b95163.zip
FreeBSD-ports-b3b4234e461bdd7e73475f2cc6de115001b95163.tar.gz
add mcron 1.0.0
A 100% compatible replacement for Vixie cron
Diffstat (limited to 'sysutils/mcron/Makefile')
-rw-r--r--sysutils/mcron/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile
new file mode 100644
index 0000000..23c1782
--- /dev/null
+++ b/sysutils/mcron/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: mcron
+# Date created: Dec 17, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= mcron
+PORTVERSION= 1.0.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.rdmp.org/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A 100% compatible replacement for Vixie cron
+
+BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
+RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
+
+GNU_CONFIGURE= yes
+MAKEFILE= makefile
+
+INFO= mcron
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud