1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/sysutils/mcron/Makefile
Philippe Audeoud c4b0016946 - Update to 1.0.4
PR: ports/121323
Submitted by: Stefan Pauly <stefan@fh-mainz.de> (maintainer)
Approved by: tabthorpe (co-mentor)
2008-03-07 13:09:26 +00:00

28 lines
533 B
Makefile

# ex:ts=8
# Ports collection makefile for: mcron
# Date created: Dec 17, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mcron
PORTVERSION= 1.0.4
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= mcron
MAINTAINER= stefan@fh-mainz.de
COMMENT= A 100% compatible replacement for Vixie cron
BUILD_DEPENDS= guile>=1.8.0:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAKEFILE= makefile
INFO= mcron
.include <bsd.port.mk>