opnsense-ports/sysutils/mcron/Makefile
Franco Fichtner 2d9c45e035 */*: sync with upstream
Taken from: HardenedBSD
2018-11-11 09:28:11 +01:00

22 lines
370 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mcron
PORTVERSION= 1.0.8
PORTREVISION= 2
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}
USES= pkgconfig
GNU_CONFIGURE= yes
MAKEFILE= makefile
INFO= mcron
.include <bsd.port.mk>