freebsd-ports/finance/rubygem-money/Makefile
2018-10-28 19:58:34 +00:00

23 lines
406 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
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>