mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07: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>
|