mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
24 lines
360 B
Makefile
24 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= excoveralls
|
|
PORTVERSION= 0.10.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Coverage Reports for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
MIX_RUN_DEPS= devel/elixir-exjsx \
|
|
www/erlang-hackney
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= parroty
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|