summaryrefslogtreecommitdiff
path: root/mail/p5-Email-FolderType/Makefile
blob: 9307c327619d9307f1e694ce699eee4aa3d68e5c (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
# 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.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>