aboutsummaryrefslogtreecommitdiffstats
path: root/math/rubygem-numru-units/Makefile
blob: 4b41a864c6dab0b07c31569b72039463ba0f431d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$

PORTNAME=   numru-units
PORTVERSION=    1.7.0
CATEGORIES= math rubygems
MASTER_SITES=   RG

MAINTAINER= murashin@gfd-dennou.org
COMMENT=    Class to handle units of physical quantities for Ruby

NO_ARCH=    yes

USE_RUBY=   yes
USE_RAKE=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>