freebsd-ports/sysutils/mcron/Makefile

23 lines
370 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= mcron
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= 100% compatible replacement for Vixie cron
RUN_DEPENDS= guile2>=2.0:lang/guile2
BUILD_DEPENDS= ${RUN_DEPENDS}
2014-05-30 00:14:00 +02:00
USES= pkgconfig
GNU_CONFIGURE= yes
MAKEFILE= makefile
INFO= mcron
.include <bsd.port.mk>