mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
d0d16499ad
- Add BUILD_DEPENDS - Remove duplicated PERL_CONFIGURE - Pet portlint Changes: http://search.cpan.org/dist/MIME-Lite-HTML/Changes PR: ports/161450 Submitted by: sunpoet (myself) Approved by: chifeng <chifeng@gmail.com> (maintainer)
31 lines
835 B
Makefile
31 lines
835 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.24
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chifeng@gmail.com
|
|
COMMENT= Provide routine to transform a HTML page into a MIME mail
|
|
|
|
BUILD_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
|
|
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
|
|
|
|
MAN3= MIME::Lite::HTML.3
|
|
|
|
.include <bsd.port.mk>
|