Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
22 lines
333 B
Makefile
22 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= connection
|
|
PORTVERSION= 1.0.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Elixir behavior for connection processes
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fishcakez
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|