blob: 8486329a84061dc86900130623fffeb209f7269e (
plain)
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
|
# New ports collection makefile for: mail/p5-MIME-Lite-TT
# Date created: 23 March 2008
# Whom: Tuc <freebsd-ports@t-b-o-h.net>
#
# $FreeBSD$
#
PORTNAME= MIME-Lite-TT
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= TT enabled MIME::Lite wrapper
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
MAN3= MIME::Lite::TT.3
.include <bsd.port.mk>
|