f8a5c9a7d4
OAuth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords.
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/03/12 09:39:57 fhajny Exp $
|
|
|
|
MODNAME= oauth
|
|
PKGREVISION= 2
|
|
PECL_VERSION= 1.2.3
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP oauth consumer extension
|
|
LICENSE= modified-bsd
|
|
|
|
PHP_VERSIONS_ACCEPTED= 55 56
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --with-curl=${BUILDLINK_PREFIX.curl}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|