Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
19 lines
300 B
Makefile
19 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= distillery
|
|
DISTVERSION= 1.5.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Automatically generate releases for Elixir projects
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bitwalker
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|