blob: 23c17820c980f077ebdfa56be352b49ec3be21e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# ex:ts=8
# Ports collection makefile for: mcron
# Date created: Dec 17, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mcron
PORTVERSION= 1.0.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rdmp.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= A 100% compatible replacement for Vixie cron
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
MAKEFILE= makefile
INFO= mcron
.include <bsd.port.mk>
|