mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
17 lines
297 B
Makefile
17 lines
297 B
Makefile
PORTNAME= cmath
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide trigonometric and transcendental functions for complex number
|
|
WWW= https://github.com/ruby/cmath
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|