1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/security/pear-Horde_Oauth/Makefile
Martin Matuska 3db926948a Horde package update:
security/pear-Horde_Oauth 1.0.2 -> 2.0.3
www/pear-Horde_Service_Twitter 2.0.1 -> 2.1.5
2016-11-08 23:53:53 +00:00

18 lines
316 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= Horde_Oauth
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 \
Horde_Util
USE_PHP= hash openssl
.include <bsd.port.mk>