aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mbx2mbox/Makefile
blob: 15e66f3e0345e7369629a8b20e95f46e57e8d59d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    mbx2mbox
# Date created:     23 November 1998
# Whom:         Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#

PORTNAME=   mbx2mbox
PORTVERSION=    0.34
CATEGORIES= mail
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    MS Outlook Express .mbx to mbox file converter

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN1=   mbx2mbox.1

.include <bsd.port.mk>