mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a6e2f6dc33
Submitted by: ache
26 lines
453 B
Makefile
26 lines
453 B
Makefile
# 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>
|