summaryrefslogtreecommitdiff
path: root/mail/pear-Mail/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-05-18 20:07:45 +0000
committeradrianp <adrianp@pkgsrc.org>2005-05-18 20:07:45 +0000
commitb083ed24ebf0864212f22015d8e9f34bb886f8b8 (patch)
treed29a4c2e2656e3d32dec25bafe9e5376a0fe6c7c /mail/pear-Mail/Makefile
parentbde40ce78f8f7f3333db5dbdf1246ffa0f62ab08 (diff)
downloadpkgsrc-b083ed24ebf0864212f22015d8e9f34bb886f8b8.tar.gz
- Import of pear-Mail
PEAR's Mail:: package defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends. Currently supported are native PHP mail() function, sendmail and SMTP. This package also provides a RFC 822 Email address list validation utility class.
Diffstat (limited to 'mail/pear-Mail/Makefile')
-rw-r--r--mail/pear-Mail/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile
new file mode 100644
index 00000000000..c19bb4d9d0b
--- /dev/null
+++ b/mail/pear-Mail/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 20:07:45 adrianp Exp $
+
+DISTNAME= Mail-1.1.4
+CATEGORIES= mail
+
+DEPENDS+= pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/Mail
+COMMENT= PHP Class that provides multiple interfaces for sending emails
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"