freebsd-ports/mail/grepmail/Makefile

27 lines
701 B
Makefile
Raw Normal View History

# 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
PORTVERSION= 5.3033
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= farrokhi@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}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS= ${BUILD_DEPENDS}
2000-05-16 16:09:28 +02:00
PERL_CONFIGURE= yes
2000-02-09 20:18:16 +01:00
MAN1= grepmail.1
.include <bsd.port.mk>