1999-11-27 06:10:06 +01:00
|
|
|
# New ports collection makefile for: grepmail
|
|
|
|
# Date created: 20 November 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= grepmail
|
2007-08-20 17:50:21 +02:00
|
|
|
PORTVERSION= 5.3033
|
1999-11-27 06:10:06 +01:00
|
|
|
CATEGORIES= mail
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-11-27 06:10:06 +01:00
|
|
|
|
2006-11-08 10:28:33 +01:00
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Search mailboxes for a given regexp and display matching emails
|
2001-07-31 21:59:17 +02:00
|
|
|
|
2004-05-06 13:56:24 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
|
2006-03-25 18:38:29 +01:00
|
|
|
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
2004-05-06 13:56:24 +02:00
|
|
|
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-05-16 16:09:28 +02:00
|
|
|
|
2001-07-31 21:59:17 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2000-02-09 20:18:16 +01:00
|
|
|
|
|
|
|
MAN1= grepmail.1
|
1999-11-27 06:10:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|