blob: 85f16f0eb4cf1fb8192f822313657d6d62e96b26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= ports@FreeBSD.org
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>
|