diff options
Diffstat (limited to 'mail/pear-Mail/Makefile')
-rw-r--r-- | mail/pear-Mail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 4b7b53cc300..43226444012 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2006/10/14 12:11:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:42 wiz Exp $ DISTNAME= Mail-1.1.14 CATEGORIES= mail CONFLICTS= php-pear-Mail-[0-9]* -DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://pear.php.net/package/Mail +HOMEPAGE= http://pear.php.net/package/Mail COMMENT= PHP Class that provides multiple interfaces for sending emails .include "../../lang/php/pear.mk" |