28 lines
603 B
Makefile
Raw Normal View History

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