Prune devel/py-EnthoughtBase
[dports.git] / devel / elixir-plug / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       plug
4 PORTVERSION=    1.0.2
5 DISTVERSIONPREFIX=      v
6 CATEGORIES=     devel
7 PKGNAMEPREFIX=  elixir-
8
9 MAINTAINER=     olgeni@FreeBSD.org
10 COMMENT=        Composable modules for Elixir web applications
11
12 LICENSE=        APACHE20
13
14 USES=           elixir
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     elixir-lang
17
18 .include <bsd.port.mk>