mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
** (Mix) You're trying to run :stemmer on Elixir v1.4.5 but it has declared in its mix.exs file it supports only Elixir ~> 1.5 Reported by: pkg-fallout
22 lines
326 B
Makefile
22 lines
326 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stemmer
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= English stemming implementation in Elixir
|
|
|
|
LICENSE= MIT
|
|
|
|
BROKEN= fails to build
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fredwu
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|