mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22 lines
338 B
Makefile
22 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= coverex
|
|
PORTVERSION= 1.4.10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Coverage Reports for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
MIX_BUILD_DEPS= devel/elixir-poison \
|
|
www/elixir-httpoison
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= alfert
|
|
|
|
.include <bsd.port.mk>
|