aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-MIME-Lite-TT-HTML/Makefile
blob: 98325d6f3f0a56892be0f753b955906c6e427acf (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
33
# New ports collection makefile for:    mail/p5-MIME-Lite-TT-HTML
# Date created:             22 March 2008
# Whom:                 Tuc <freebsd-ports@t-b-o-h.net>
#
# $FreeBSD$
#

PORTNAME=   MIME-Lite-TT-HTML
PORTVERSION=    0.04
CATEGORIES= mail perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT=    Create html mail with MIME::Lite and TT

BUILD_DEPENDS=  p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
        p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
        p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
        p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
        p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
RUN_DEPENDS=    p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
        p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
        p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
        p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
        p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks

PERL_CONFIGURE= yes
PERL_MODBUILD=  yes

MAN3=   MIME::Lite::TT::HTML.3

.include <bsd.port.mk>