blob: 4fee4d4ee6713f4ca6244205a72d6d514b1445bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.12 2012/10/08 12:19:25 asau Exp $
DISTNAME= Mail-1.2.0
CATEGORIES= mail
CONFLICTS= php-pear-Mail-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP
MAINTAINER= wenheping@gmail.com
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"
|