freebsd-ports/mail/mbx2mbox/Makefile
2021-04-06 16:31:07 +02:00

18 lines
362 B
Makefile

# Created by: Josh Gilliam <josh@quick.net>
PORTNAME= mbx2mbox
PORTVERSION= 0.34
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= MS Outlook Express .mbx to mbox file converter
BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>