1998-12-01 23:25:41 +01:00
|
|
|
# New ports collection makefile for: mbx2mbox
|
|
|
|
# Date created: 23 November 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1998-12-01 23:25:41 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= mbx2mbox
|
2001-11-27 10:03:15 +01:00
|
|
|
PORTVERSION= 0.34
|
1998-12-01 23:25:41 +01:00
|
|
|
CATEGORIES= mail
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-12-01 23:25:41 +01:00
|
|
|
|
2000-02-05 11:55:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= MS Outlook Express .mbx to mbox file converter
|
2000-02-05 11:55:49 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
2001-11-27 10:03:15 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
1998-12-01 23:25:41 +01:00
|
|
|
|
2001-11-27 10:03:15 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1998-12-01 23:25:41 +01:00
|
|
|
|
2001-11-27 10:03:15 +01:00
|
|
|
MAN1= mbx2mbox.1
|
1998-12-01 23:25:41 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|