1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/finance/rubygem-money/Makefile
2021-04-06 16:31:07 +02:00

22 lines
394 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= money
PORTVERSION= 6.13.1
CATEGORIES= finance rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for handling money and different currencies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-i18n>=0.6.4:devel/rubygem-i18n
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>