16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/07/03 07:28:22 nia Exp $
|
|
|
|
DISTNAME= Mail-1.4.1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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"
|