2003-12-17 03:32:34 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: mcron
|
|
|
|
# Date created: Dec 17, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mcron
|
2008-03-07 14:09:26 +01:00
|
|
|
PORTVERSION= 1.0.4
|
2011-07-31 17:07:08 +02:00
|
|
|
PORTREVISION= 3
|
2003-12-17 03:32:34 +01:00
|
|
|
CATEGORIES= sysutils
|
2006-06-11 23:24:33 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= mcron
|
2003-12-17 03:32:34 +01:00
|
|
|
|
2006-06-11 23:24:33 +02:00
|
|
|
MAINTAINER= stefan@fh-mainz.de
|
2003-12-17 03:32:34 +01:00
|
|
|
COMMENT= A 100% compatible replacement for Vixie cron
|
|
|
|
|
2009-01-22 17:04:11 +01:00
|
|
|
BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-12-17 03:32:34 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
|
2006-06-11 23:24:33 +02:00
|
|
|
INFO= mcron
|
|
|
|
|
2004-03-17 23:33:02 +01:00
|
|
|
.include <bsd.port.mk>
|