freebsd-ports/sysutils/mcron/Makefile
Vanilla I. Shu d9fe2f5b1c Upgrade to 0.9.4. bump PORTREVISION due shared library incr.
PR:		ports/193266
Submitted by:	maintainer
2014-09-03 07:34:37 +00:00

22 lines
382 B
Makefile

# 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:${PORTSDIR}/lang/guile2
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= pkgconfig
GNU_CONFIGURE= yes
MAKEFILE= makefile
INFO= mcron
.include <bsd.port.mk>