4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
25 lines
604 B
Makefile
25 lines
604 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.22
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jb.quenot@caraldi.com
|
|
COMMENT= Provide routine to transform a HTML page into a MIME mail
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= MIME::Lite::HTML.3
|
|
|
|
.include <bsd.port.mk>
|