76e6fb17ee
-- Provides classes to deal with creation and manipulation of MIME messages: - Create MIME email, with HTML, attachments, embedded images, etc. - Advanced method of creating MIME messages. - Decodes MIME messages to a usable structure. - An XML DTD to acompany the getXML() method of the decoding class. - An XSLT stylesheet to transform the output of the getXML() method back to an email.
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/03 10:36:22 avsm Exp $
|
|
|
|
COMMENT= "classes to create and decode MIME messages in PHP"
|
|
|
|
V= 1.2.1
|
|
DISTNAME= Mail_Mime-${V}
|
|
PKGNAME= pear-Mail-Mime-${V}
|
|
CATEGORIES= mail pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
MODULES= pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|