54e5cd76ca
<stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable address: host 143.93.114.70[143.93.114.70] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) Approved by: portmgr (implicit) Obtained from: pkg-fallout Sponsored by: Absolight
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mcron
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= mcron
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A 100% compatible replacement for Vixie cron
|
|
|
|
BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKEFILE= makefile
|
|
|
|
INFO= mcron
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|