freebsd-ports/sysutils/mcron/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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