391d301f40
# Version 1.0.7 * Update copyright year # Version 1.0.5 * Add contribution guide * Fix detection of location of executable
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/03/23 18:17:27 nia Exp $
|
|
|
|
DISTNAME= epam-1.0.7
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
GITHUB_PROJECT= epam
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/processone/epam
|
|
COMMENT= epam helper for Erlang / Elixir PAM authentication support
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
SUPERSEDES= erlang-p1_epam-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS.SunOS+= -lnsl -lsocket
|
|
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|