freebsd-ports/mail/p5-MIME-Lite-HTML/Makefile
2021-04-06 16:31:07 +02:00

25 lines
627 B
Makefile

# 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>