diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-03-30 14:23:41 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-03-30 14:23:41 +0000 |
commit | 53df0ee41ca6f6dc784d29ee8108f8ab4bcb6ede (patch) | |
tree | a5d844809fb6f586cbca57967313c90d5090a75f /security | |
parent | 1bc70fc95849b08a8ae01ea869499e8deb7bb560 (diff) | |
download | pkgsrc-53df0ee41ca6f6dc784d29ee8108f8ab4bcb6ede.tar.gz |
Import epam 1.0.2 as security/erlang-epam.
epam helper for Erlang / Elixir PAM authentication support.
Diffstat (limited to 'security')
-rw-r--r-- | security/erlang-epam/DESCR | 1 | ||||
-rw-r--r-- | security/erlang-epam/Makefile | 23 | ||||
-rw-r--r-- | security/erlang-epam/PLIST | 6 | ||||
-rw-r--r-- | security/erlang-epam/distinfo | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/erlang-epam/DESCR b/security/erlang-epam/DESCR new file mode 100644 index 00000000000..82c5bcc3f97 --- /dev/null +++ b/security/erlang-epam/DESCR @@ -0,0 +1 @@ +epam helper for Erlang / Elixir PAM authentication support diff --git a/security/erlang-epam/Makefile b/security/erlang-epam/Makefile new file mode 100644 index 00000000000..07656423e86 --- /dev/null +++ b/security/erlang-epam/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2017/03/30 14:23:41 fhajny Exp $ + +DISTNAME= epam-1.0.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/processone/epam/ +COMMENT= epam helper for Erlang / Elixir PAM authentication support +LICENSE= gnu-gpl-v2 + +GITHUB_PROJECT= epam + +SUPERSEDES= erlang-p1_epam-[0-9]* + +GNU_CONFIGURE= yes + +MAKE_ENV+= USE_GLOBAL_DEPS=true + +LDFLAGS.SunOS+= -lnsl + +.include "../../lang/erlang/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/erlang-epam/PLIST b/security/erlang-epam/PLIST new file mode 100644 index 00000000000..a398b81ce63 --- /dev/null +++ b/security/erlang-epam/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2017/03/30 14:23:41 fhajny Exp $ +lib/erlang/lib/epam-${PKGVERSION}/ebin/epam.app +lib/erlang/lib/epam-${PKGVERSION}/ebin/epam.beam +lib/erlang/lib/epam-${PKGVERSION}/ebin/epam_app.beam +lib/erlang/lib/epam-${PKGVERSION}/ebin/epam_sup.beam +lib/erlang/lib/epam-${PKGVERSION}/priv/bin/epam diff --git a/security/erlang-epam/distinfo b/security/erlang-epam/distinfo new file mode 100644 index 00000000000..78fdfde8c7b --- /dev/null +++ b/security/erlang-epam/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/03/30 14:23:41 fhajny Exp $ + +SHA1 (epam-1.0.2.tar.gz) = e4f628995aef8a42732c717a9c35d05bfe625900 +RMD160 (epam-1.0.2.tar.gz) = 5a171e9a72c135d29c58d6935059a6810d4b0868 +SHA512 (epam-1.0.2.tar.gz) = a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030 +Size (epam-1.0.2.tar.gz) = 43720 bytes |