freebsd-ports/math/rubygem-mathn/Makefile

18 lines
327 B
Makefile
Raw Normal View History

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= mathn
PORTVERSION= 0.1.0
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Deprecated library that extends math operations
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
2019-10-20 19:16:39 +02:00
USE_RUBY= yes
.include <bsd.port.mk>