# New ports collection makefile for:	p5-Email-FolderType
# Date created:				August 31 2003
# Whom:					Lars Thegler <lars@thegler.dk>
#
# $FreeBSD: ports/mail/p5-Email-FolderType/Makefile,v 1.1 2003/08/31 13:03:03 krion Exp $
#

PORTNAME=	Email-FolderType
PORTVERSION=	0.6
CATEGORIES=	mail perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Email
PKGNAMEPREFIX=	p5-

MAINTAINER=	lars@thegler.dk
COMMENT=	Determine the type of a mail folder

PERL_CONFIGURE=	yes

MAN3=		Email::FolderType.3

test:
	cd ${WRKSRC} ; make test

.include <bsd.port.mk>
