freebsd-ports/mail/p5-MIME-Lite-HTML/Makefile
Thomas Abthorpe 777bf0b92e - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-17 02:56:31 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: p5-MIME-Lite-HTML
# Date created: 2004-06-23 18:16:13
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
#
# $FreeBSD$
#
PORTNAME= MIME-Lite-HTML
PORTVERSION= 1.23
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chifeng@gmail.com
COMMENT= Provide routine to transform a HTML page into a MIME mail
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-MIME-Lite>=1:${PORTSDIR}/mail/p5-MIME-Lite \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
PERL_CONFIGURE= YES
MAN3= MIME::Lite::HTML.3
.include <bsd.port.mk>