pkgsrc/security/php-oauth/Makefile
fhajny 054b50764f Import security/php-oauth.
OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.
2013-09-13 08:12:52 +00:00

15 lines
348 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/13 08:12:52 fhajny Exp $
MODNAME= oauth
PECL_VERSION= 1.2.3
CATEGORIES+= security
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP oauth consumer extension
LICENSE= modified-bsd
USE_LANGUAGES= c c++
.include "../../lang/php/ext.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"