summaryrefslogtreecommitdiff
path: root/security/erlang-p1_oauth2/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-04-25 14:30:45 +0000
committerfhajny <fhajny>2016-04-25 14:30:45 +0000
commitf435d78268741196f2166d1827bb6164f367f30d (patch)
treee7966e3e388a8e0a91c5fd4e43a56b422609ac0d /security/erlang-p1_oauth2/Makefile
parent3acddad9ab8799056ed2119c99549c413313888f (diff)
downloadpkgsrc-f435d78268741196f2166d1827bb6164f367f30d.tar.gz
Import p1_oauth2-0.6.1 as security/erlang-p1_oauth2.
This library is designed to simplify the implementation of the server side of OAuth2. It provides no support for developing clients.
Diffstat (limited to 'security/erlang-p1_oauth2/Makefile')
-rw-r--r--security/erlang-p1_oauth2/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/erlang-p1_oauth2/Makefile b/security/erlang-p1_oauth2/Makefile
new file mode 100644
index 00000000000..e94604b0cce
--- /dev/null
+++ b/security/erlang-p1_oauth2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/04/25 14:30:45 fhajny Exp $
+
+DISTNAME= p1_oauth2-0.6.1
+PKGNAME= erlang-${DISTNAME}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/processone/p1_oauth2/
+COMMENT= Erlang Oauth2 implementation
+LICENSE= mit
+
+GITHUB_PROJECT= oauth2
+
+ERL_MOD_DIR= lib/erlang/lib/${DISTNAME}
+
+BUILD_TARGET= compile
+
+.include "../../lang/erlang/module.mk"
+.include "../../mk/bsd.pkg.mk"