freebsd-ports/mail/grepmail/Makefile
2012-06-28 18:37:23 +00:00

25 lines
611 B
Makefile

# New ports collection makefile for: grepmail
# Date created: 20 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= grepmail
PORTVERSION= 5.3033
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Search mailboxes for a given regexp and display matching emails
BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= grepmail.1
.include <bsd.port.mk>