ports/mail/pear-Mail/Makefile
Renato Botelho 18211761cd mail/pear-Mail: Update to 1.6.0
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-02 08:52:27 -03:00

21 lines
464 B
Makefile

PORTNAME= Mail
DISTVERSION= 1.6.0
PORTEPOCH= 1
CATEGORIES= mail www pear
MAINTAINER= garga@FreeBSD.org
COMMENT= PEAR class that provides multiple interfaces for sending emails
WWW= https://pear.php.net/package/Mail
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
OPTIONS_DEFINE= PEAR_NET_SMTP
PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support
PEAR_NET_SMTP_RUN_DEPENDS= ${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR}
.include <bsd.port.mk>