1999-11-27 05:10:06 +00:00
|
|
|
# New ports collection makefile for: grepmail
|
|
|
|
# Date created: 20 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= grepmail
|
2007-08-20 15:50:21 +00:00
|
|
|
PORTVERSION= 5.3033
|
1999-11-27 05:10:06 +00:00
|
|
|
CATEGORIES= mail
|
2009-08-22 00:28:34 +00:00
|
|
|
MASTER_SITES= SF
|
1999-11-27 05:10:06 +00:00
|
|
|
|
2009-03-09 19:29:12 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Search mailboxes for a given regexp and display matching emails
|
2001-07-31 19:59:17 +00:00
|
|
|
|
2012-06-28 18:37:23 +00:00
|
|
|
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
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2000-05-16 14:09:28 +00:00
|
|
|
|
2013-08-02 18:21:05 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2000-02-09 19:18:16 +00:00
|
|
|
|
|
|
|
MAN1= grepmail.1
|
1999-11-27 05:10:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|