aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Message/Makefile
blob: 8c4fd2b37fd04b9941fe0e0380f919e35491d871 (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
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Mail-Message
PORTVERSION=	3.009
PORTREVISION=	1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	General message object

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-IO-Stringy>=0:devel/p5-IO-Stringy \
		p5-MIME-Types>=1.004:mail/p5-MIME-Types \
		p5-Mail-Tools>=2.17:mail/p5-Mail-Tools \
		p5-TimeDate>=0:devel/p5-TimeDate \
		p5-URI>=1.23:net/p5-URI \
		p5-User-Identity>=0.94:devel/p5-User-Identity

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>