mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# Created by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|