18 lines
295 B
Makefile
18 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= plug
|
|
PORTVERSION= 1.1.3
|
|
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
|
|
|
|
.include <bsd.port.mk>
|