22 lines
414 B
Makefile
22 lines
414 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gproc
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Process dictionary for Erlang
|
|
|
|
LICENSE= EPLICENCE
|
|
LICENSE_NAME= Erlang Public License
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= uwiger
|
|
|
|
ERL_DOCS= doc/*
|
|
|
|
.include <bsd.port.mk>
|