openbsd-ports/mail/grepmail/Makefile

24 lines
509 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2013/10/11 23:49:56 naddy Exp $
COMMENT= search mailboxes for a particular email
DISTNAME= grepmail-5.3033
2001-06-04 15:23:30 -04:00
CATEGORIES= mail perl5
2002-10-31 21:57:55 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
HOMEPAGE= http://grepmail.sourceforge.net/
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= devel/p5-Time-TimeDate \
converters/p5-DateManip \
mail/p5-Mail-Mbox-MessageParser
BUILD_DEPENDS= ${RUN_DEPENDS} \
2010-11-19 02:23:05 -05:00
devel/p5-Benchmark-Timer
2001-06-04 15:23:30 -04:00
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>