1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/elixir-plug/Makefile
2018-02-16 08:46:06 +00:00

23 lines
379 B
Makefile

# $FreeBSD$
PORTNAME= plug
PORTVERSION= 1.4.5
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Composable modules for Elixir web applications
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= elixir-lang
MIX_BUILD_DEPS= misc/elixir-mime
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
.include <bsd.port.mk>