pkgsrc/mail/pear-Mail/Makefile

17 lines
440 B
Makefile
Raw Normal View History

2019-07-03 09:28:21 +02:00
# $NetBSD: Makefile,v 1.15 2019/07/03 07:28:22 nia Exp $
DISTNAME= Mail-1.4.1
CATEGORIES= mail
MAINTAINER= wenheping@gmail.com
2019-07-03 09:28:21 +02:00
HOMEPAGE= https://pear.php.net/package/Mail
COMMENT= PHP Class that provides multiple interfaces for sending emails
LICENSE= modified-bsd
CONFLICTS= php-pear-Mail-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"