ports/math/rubygem-mathn/Makefile
Po-Chuan Hsieh ac35a4bc0d
math/rubygem-mathn: Update to 0.2.0
- Update LICENSE_FILE
- Add NO_ARCH

Changes:	https://github.com/ruby/mathn/releases
2024-11-03 21:23:19 +08: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>