aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Lite-HTML/Makefile
blob: 1d73adeb9993a8be9e4476a163ba3749c676c9f2 (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
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>

PORTNAME=	MIME-Lite-HTML
PORTVERSION=	1.24
PORTREVISION=	1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Provide routine to transform a HTML page into a MIME mail

BUILD_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
		p5-MIME-Lite>=1:mail/p5-MIME-Lite \
		p5-URI>=0:net/p5-URI \
		p5-libwww>=0:www/p5-libwww
RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
		p5-MIME-Lite>=1:mail/p5-MIME-Lite \
		p5-URI>=0:net/p5-URI \
		p5-libwww>=0:www/p5-libwww

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>