ports/www/elixir-phoenix_pubsub/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
314 B
Makefile

PORTNAME= phoenix_pubsub
PORTVERSION= 1.0.2
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Distributed PubSub for Phoenix
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= phoenixframework
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>