2.0.1 * Fix multiple segfaults (kgovande, rlerdorf) 2.0.0 - PHP 7 Support - Bug 67658: configure does not detect missing pcre.h - Bug 67665: update fetch to accept 20X HTTP ranges - Bug 67883: check SERVER[REDIRECT_HTTP_AUTHORIZATION] for the Authorization header
19 lines
430 B
Makefile
19 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/03/12 09:42:48 fhajny Exp $
|
|
|
|
MODNAME= oauth
|
|
PECL_VERSION= 2.0.1
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP oauth consumer extension
|
|
LICENSE= modified-bsd
|
|
|
|
PHP_VERSIONS_ACCEPTED= 70
|
|
|
|
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"
|