f5be252b6c
This module is a Perl mail client interface for sending message that support HTML format and build them for you. It transform a HTML page in MIME::Lite mail.
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 20:28:32 landry Exp $
|
|
|
|
COMMENT = transform a HTML page in a MIME-Lite mail
|
|
|
|
DISTNAME = MIME-Lite-HTML-1.23
|
|
CATEGORIES = mail
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = ::mail/p5-MIME-Lite
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|