aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Tools/Makefile
blob: c438b9d8b6916c87ea966317a13174f2ed307c1d (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
31
32
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Mail-Tools
PORTVERSION=    2.12
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   MailTools-${PORTVERSION}

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl5 modules for dealing with Internet e-mail messages

RUN_DEPENDS=    p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS:= ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Mail::Address.3 \
        Mail::Cap.3 \
        Mail::Field.3 \
        Mail::Field::AddrList.3 \
        Mail::Field::Date.3 \
        Mail::Field::Generic.3 \
        Mail::Filter.3 \
        Mail::Header.3 \
        Mail::Internet.3 \
        Mail::Mailer.3 \
        Mail::Send.3 \
        Mail::Util.3

.include <bsd.port.mk>