freebsd-ports/mail/mbx2mbox/Makefile

20 lines
374 B
Makefile
Raw Normal View History

# Created by: Josh Gilliam <josh@quick.net>
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
PORTNAME= mbx2mbox
2001-11-27 10:03:15 +01:00
PORTVERSION= 0.34
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= MS Outlook Express .mbx to mbox file converter
BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>