mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
22 lines
365 B
Makefile
22 lines
365 B
Makefile
PORTNAME= smppex
|
|
PORTVERSION= 2.2.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= SMPP 3.4 library for Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= savonarola
|
|
|
|
MIX_BUILD_DEPS= net/erlang-ranch
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|