opnsense-ports/math/rubygem-mathn/Makefile
Franco Fichtner 2a9ae9eae0 */*: sync with upstream
Taken from: FreeBSD
2024-11-04 08:48:13 +01:00

19 lines
354 B
Makefile

PORTNAME= mathn
PORTVERSION= 0.2.0
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Deprecated library that extends math operations
WWW= https://github.com/ruby/mathn
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/BSDL
RUN_DEPENDS= rubygem-cmath>=0:math/rubygem-cmath
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>