aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Box/Makefile
blob: 30f9a558aa4c7ba5f6c4d6d0507aa562d64e0238 (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
29
30
# Created by: will

PORTNAME=	Mail-Box
PORTVERSION=	3.009
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MARKOV
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Perl module implementing a modern mail folder management

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Devel-GlobalDestruction>=0.09:devel/p5-Devel-GlobalDestruction \
		p5-File-Remove>=0.20:devel/p5-File-Remove \
		p5-IO-Stringy>=0:devel/p5-IO-Stringy \
		p5-Mail-Message>=3.008:mail/p5-Mail-Message \
		p5-Mail-Transport>=3.003:mail/p5-Mail-Transport \
		p5-Object-Realize-Later>=0.19:devel/p5-Object-Realize-Later \
		p5-TimeDate>=0:devel/p5-TimeDate

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>