freebsd-ports/mail/mbx2mbox/Makefile

25 lines
519 B
Makefile
Raw Normal View History

# 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$
#
2000-04-13 22:01:08 +02:00
PORTNAME= mbx2mbox
2001-11-27 10:03:15 +01:00
PORTVERSION= 0.34
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= MS Outlook Express .mbx to mbox file converter
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
2001-11-27 10:03:15 +01:00
RUN_DEPENDS= ${BUILD_DEPENDS}
2001-11-27 10:03:15 +01:00
PERL_CONFIGURE= yes
2001-11-27 10:03:15 +01:00
MAN1= mbx2mbox.1
.include <bsd.port.mk>