mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3db926948a
security/pear-Horde_Oauth 1.0.2 -> 2.0.3 www/pear-Horde_Service_Twitter 2.0.1 -> 2.1.5
18 lines
316 B
Makefile
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>
|