Files

17 lines
297 B
Makefile
Raw Permalink Normal View History

2024-11-03 21:20:48 +08:00
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>