31 lines
610 B
Makefile

# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:26 sthen Exp $
COMMENT= fast and simple mbox folder reader
MODULES= cpan
PKG_ARCH= *
DISTNAME= Mail-Mbox-MessageParser-1.5111
REVISION= 1
CATEGORIES= mail
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= devel/p5-Benchmark-Timer \
devel/p5-File-Slurp \
devel/p5-FileHandle-Unget \
www/p5-URI
RUN_DEPENDS= devel/p5-FileHandle-Unget \
archivers/bzip2
TEST_DEPENDS= archivers/lzip/lzip \
devel/p5-Test-Compile \
textproc/p5-Text-Diff
CONFIGURE_ARGS= BZIP2=${LOCALBASE}/bin/bzip2
.include <bsd.port.mk>