freebsd-ports/math/rubygem-prime/Makefile
Sunpoet Po-Chuan Hsieh 9a7b47000c Add rubygem-prime 0.1.2
Prime is a prime numbers and factorization library.

WWW: https://github.com/ruby/prime
2021-01-03 20:02:41 +00:00

24 lines
491 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= prime
PORTVERSION= 0.1.2
CATEGORIES= math rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Prime numbers and factorization library
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-forwardable>=0:devel/rubygem-forwardable \
rubygem-singleton>=0:devel/rubygem-singleton
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>