forked from Lainports/freebsd-ports
19 lines
354 B
Makefile
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>
|