mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
19 lines
296 B
Makefile
19 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= decimal
|
|
PORTVERSION= 1.4.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Arbitrary precision decimal arithmetic for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ericmj
|
|
|
|
.include <bsd.port.mk>
|