1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/grepmail/Makefile
Volker Stolz 74e3abdd2d Update to 5.23. Cf. http://grepmail.sourceforge.net/CHANGES for changes.
Based on PR:	ports/58675
Submitted by:	Cheng-Lung Sung
Approved by:	maintainer-timeout (> 6 month)
2004-05-06 11:56:24 +00:00

26 lines
634 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.23
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Search mailboxes for a given regexp and display matching emails
BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= grepmail.1
.include <bsd.port.mk>