2013-09-21 01:05:58 +02:00
|
|
|
# Created by: ijliao
|
2003-12-17 03:32:34 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mcron
|
2014-05-27 21:41:39 +02:00
|
|
|
PORTVERSION= 1.0.8
|
2014-09-03 09:34:37 +02:00
|
|
|
PORTREVISION= 1
|
2003-12-17 03:32:34 +01:00
|
|
|
CATEGORIES= sysutils
|
2014-05-27 21:41:39 +02:00
|
|
|
MASTER_SITES= GNU
|
2003-12-17 03:32:34 +01:00
|
|
|
|
2014-05-27 21:41:39 +02:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
|
|
COMMENT= 100% compatible replacement for Vixie cron
|
2003-12-17 03:32:34 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= guile2>=2.0:lang/guile2
|
2014-05-27 21:41:39 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-12-17 03:32:34 +01:00
|
|
|
|
2014-05-30 00:14:00 +02:00
|
|
|
USES= pkgconfig
|
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>
|