openbsd-ports/mail/p5-Mail-Mbox-MessageParser/Makefile

25 lines
546 B
Makefile
Raw Normal View History

2007-03-24 05:34:16 -04:00
# $OpenBSD: Makefile,v 1.2 2007/03/24 09:34:16 steven Exp $
COMMENT= "fast and simple mbox folder reader"
MODULES= cpan
DISTNAME= Mail-Mbox-MessageParser-1.5000
CATEGORIES= mail
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-03-24 05:34:16 -04:00
BUILD_DEPENDS= ::devel/p5-Benchmark-Timer \
::devel/p5-FileHandle-Unget
RUN_DEPENDS= ::devel/p5-FileHandle-Unget \
::archivers/bzip2
CONFIGURE_ARGS= BZIP2=${LOCALBASE}/bin/bzip2
.include <bsd.port.mk>