1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/mail/grepmail/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

22 lines
502 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= grepmail
PORTVERSION= 5.3033
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Search mailboxes for a given regexp and display matching emails
BUILD_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \
p5-Date-Manip>=0:devel/p5-Date-Manip \
p5-Mail-Mbox-MessageParser>=0:mail/p5-Mail-Mbox-MessageParser
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>