aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-FolderType/Makefile
blob: 23f9ebfd02ca3ebc1bd7cfcc72c2e5af4a1dec54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	p5-Email-FolderType
# Date created:				August 31 2003
# Whom:					Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#

PORTNAME=	Email-FolderType
PORTVERSION=	0.8.13
PORTREVISION=	1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-0.813

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Determine the type of a mail folder

USES=		perl5
USE_PERL5=	configure

MAN3=		Email::FolderType.3 \
		Email::FolderType::Ezmlm.3 \
		Email::FolderType::MH.3 \
		Email::FolderType::Maildir.3 \
		Email::FolderType::Mbox.3

.include <bsd.port.mk>