diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-12-17 02:32:34 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-12-17 02:32:34 +0000 |
commit | b3b4234e461bdd7e73475f2cc6de115001b95163 (patch) | |
tree | 007c81a7f608b36f724c6499c56ec60aa6e49cf9 /sysutils/mcron/Makefile | |
parent | 0bf110d7348d62cc2c42a0bf97704e00d1a7f2e7 (diff) | |
download | FreeBSD-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/Makefile | 25 |
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> |