1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/p5-MIME-Lite-HTML/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>