blob: 6734bb2aa9cbc6d36740f5641a1603e580874555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Josh Gilliam <josh@quick.net>
# $FreeBSD$
PORTNAME= mbx2mbox
PORTVERSION= 0.34
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= MS Outlook Express .mbx to mbox file converter
BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN1= mbx2mbox.1
NO_STAGE= yes
.include <bsd.port.mk>
|