aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mbx2mbox/Makefile
blob: 7d4de6f6cb72d84f2a95e2cc160e918555ab8760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		http://mbx2mbox.sourceforge.net/

BUILD_DEPENDS=	p5-Date-Manip>=0:devel/p5-Date-Manip
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>