mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8e3f706f38
- Add devel/p5-Date-Manip as a dependency - Pass maintainership to submitter PR: ports/94912 Submitted by: Babak Farrokhi <babak@farrokhi.net>
27 lines
699 B
Makefile
27 lines
699 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.3032
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= babak@farrokhi.net
|
|
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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= grepmail.1
|
|
|
|
.include <bsd.port.mk>
|