aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_SMTP/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-13 17:38:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-13 17:38:48 +0000
commitb8140dd02df01cdcbf57f9727e668e76603978db (patch)
tree6fc5c339cf214a77c9a56e28468ecfc6d90f14bc /net/pear-Net_SMTP/Makefile
parent46758a655177272bb39f20020e34a193def525f5 (diff)
downloadports-b8140dd02df01cdcbf57f9727e668e76603978db.tar.gz
ports-b8140dd02df01cdcbf57f9727e668e76603978db.zip
- Update to 1.6.3
- Add LICENSE - Add NO_ARCH - Fix indent Changes: http://pear.php.net/package/Net_SMTP/download/
Notes
Notes: svn path=/head/; revision=394168
Diffstat (limited to 'net/pear-Net_SMTP/Makefile')
-rw-r--r--net/pear-Net_SMTP/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/pear-Net_SMTP/Makefile b/net/pear-Net_SMTP/Makefile
index d58f6867b294..56cb5da8c0d8 100644
--- a/net/pear-Net_SMTP/Makefile
+++ b/net/pear-Net_SMTP/Makefile
@@ -2,16 +2,19 @@
# $FreeBSD$
PORTNAME= Net_SMTP
-PORTVERSION= 1.6.2
+PORTVERSION= 1.6.3
CATEGORIES= net mail www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class that provides an implementation of the SMTP protocol
+LICENSE= PHP301
+
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-USES= pear
+NO_ARCH= yes
+USES= pear
OPTIONS_DEFINE= PEAR_AUTH_SASL
PEAR_AUTH_SASL_DESC= PEAR::Auth_SASL support