mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
20 lines
348 B
Makefile
20 lines
348 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Mail
|
|
DISTVERSION= 1.2.0
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class that provides multiple interfaces for sending emails
|
|
|
|
#OPTIONS_DEFINE= PEAR_NET_SMTP
|
|
#PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support
|
|
|
|
USES= pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/SMTP.php:pear/pear-Net_SMTP
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|