pkgsrc-wip/php-oauth/Makefile
Filip Hajny 7f46391e7f Update wip/php-oauth to 1.0.0.
Changes in 1.0.0:
* Added php streams support (libcurl is no longer required)
* Added OAuthProvider support (http://php.net/oauthprovider)
* Added RSA-SHA1 signature support
* Added SHA256 signature support
* Added OAuth::setTimeout, OAuth::generateSignature, OAuth::setRequestEngine
* Send the User-Agent header for pecl/oauth
2010-06-09 11:58:59 +00:00

17 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/06/09 11:58:59 fhajny Exp $
MODNAME= oauth
PECL_VERSION= 1.0.0
CATEGORIES+= security
MAINTAINER= filip@joyent.com
COMMENT= PHP oauth consumer extension
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
.include "../../lang/php/ext.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"