da2a0f0cb6
- Add p1_queue - Only perform destructive operations in p1_file_queue:in/2 - Add garbage collector for file queues - Add ram_to_file/1 and file_to_ram/1 - Improve exception names - Implement limited queues - Add ownership protection - Add get_limit/1 and set_limit/2
19 lines
525 B
Makefile
19 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/04/13 19:03:28 fhajny Exp $
|
|
|
|
DISTNAME= p1_utils-1.0.8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/processone/p1_utils/
|
|
COMMENT= Erlang Utility Modules from ProcessOne
|
|
LICENSE= apache-2.0
|
|
|
|
GITHUB_PROJECT= p1_utils
|
|
|
|
# Leave a non-versioned symlink in place
|
|
post-install:
|
|
${LN} -sf ${DISTNAME} ${DESTDIR}${PREFIX}/lib/erlang/lib/p1_utils
|
|
|
|
.include "../../lang/erlang/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|