28 lines
549 B
Makefile
28 lines
549 B
Makefile
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>
|