summaryrefslogtreecommitdiff
path: root/security/erlang-p1_pam/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-01-16 17:30:31 +0000
committerfhajny <fhajny@pkgsrc.org>2016-01-16 17:30:31 +0000
commit1e0f44dbb65cea8af8ffa6e0d607471b9e4cc8be (patch)
tree1950e63e047bd91a073d55da024c0d335e7dc667 /security/erlang-p1_pam/Makefile
parentcc74bbb41eee099568c9a3af191b7fd6fd731f6e (diff)
downloadpkgsrc-1e0f44dbb65cea8af8ffa6e0d607471b9e4cc8be.tar.gz
Update security/erlang-p1_pam to 1.0.0.
No upstream changes. Change to use erlang/module.mk.
Diffstat (limited to 'security/erlang-p1_pam/Makefile')
-rw-r--r--security/erlang-p1_pam/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/security/erlang-p1_pam/Makefile b/security/erlang-p1_pam/Makefile
index db903d7f696..28f8ae21649 100644
--- a/security/erlang-p1_pam/Makefile
+++ b/security/erlang-p1_pam/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/11/04 13:45:45 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/16 17:30:31 fhajny Exp $
-DISTNAME= p1_pam-0.20150223
-PKGNAME= erlang-${DISTNAME}
+DISTNAME= p1_pam-1.0.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -10,22 +9,12 @@ HOMEPAGE= http://github.com/processone/epam/
COMMENT= Erlang epam for ejabberd to help with PAM authentication
LICENSE= gnu-gpl-v2
-BUILD_DEPENDS+= rebar-[0-9]*:../../devel/rebar
-
GITHUB_PROJECT= epam
-GITHUB_TAG= d3ce290b7da75d780a03e86e7a8198a80e9826a6
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
GNU_CONFIGURE= yes
-USE_TOOLS+= pax
LDFLAGS.SunOS+= -lnsl
-INSTALLATION_DIRS+= lib/erlang/lib/p1_pam
-
-do-install:
- cd ${WRKSRC} && ${PAX} -rw -pp ebin priv \
- ${DESTDIR}${PREFIX}/lib/erlang/lib/p1_pam/
-
-.include "../../lang/erlang/buildlink3.mk"
+.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"