aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Horde_Oauth/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2016-11-08 23:53:53 +0000
committerMartin Matuska <mm@FreeBSD.org>2016-11-08 23:53:53 +0000
commit3db926948a3a821d32fe7a2fdee26972d827e99f (patch)
treea86125720dadf8e68a263e04da795dd270518084 /security/pear-Horde_Oauth/Makefile
parent699e1a4532a2680bae3c319aa5642ab17d6ba5af (diff)
Notes
Diffstat (limited to 'security/pear-Horde_Oauth/Makefile')
-rw-r--r--security/pear-Horde_Oauth/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/pear-Horde_Oauth/Makefile b/security/pear-Horde_Oauth/Makefile
index 8b9b92e963dd..3b9f637ea8a4 100644
--- a/security/pear-Horde_Oauth/Makefile
+++ b/security/pear-Horde_Oauth/Makefile
@@ -2,14 +2,16 @@
# $FreeBSD$
PORTNAME= Horde_Oauth
-PORTVERSION= 1.0.2
+PORTVERSION= 2.0.3
CATEGORIES= security www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde OAuth client/server
USES= horde
-USE_HORDE_RUN= Horde_Exception Horde_Http
+USE_HORDE_RUN= Horde_Exception \
+ Horde_Http \
+ Horde_Util
USE_PHP= hash openssl
.include <bsd.port.mk>