mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
23 lines
519 B
Makefile
23 lines
519 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net_SMTP
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= net mail www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR class that provides an implementation of the SMTP protocol
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:pear/pear-Net_Socket
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:pear/pear-Net_Socket
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
#OPTIONS_DEFINE= PEAR_AUTH_SASL
|
|
#PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support
|
|
#PEAR_AUTH_SASL_BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|