mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
21 lines
297 B
Makefile
21 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msgpax
|
|
PORTVERSION= 2.1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= MessagePack implementation for Elixir
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lexmag
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|