opnsense-ports/math/rubygem-matrix/Makefile
Franco Fichtner e2a12b46b3 */*: sync with upstream
Taken from: HardenedBSD
2020-05-17 03:41:42 +02:00

20 lines
350 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= matrix
PORTVERSION= 0.3.0
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of Matrix and Vector classes
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>