freebsd-ports/databases/rubygem-bigrecord/Makefile

22 lines
504 B
Makefile
Raw Normal View History

PORTNAME= bigrecord
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Intended to work as a drop-in for Rails applications
WWW= http://www.bigrecord.org
2014-08-28 18:24:50 +02:00
LICENSE= MIT
2015-12-04 13:35:32 +01:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2014-08-28 18:24:50 +02:00
RUN_DEPENDS= rubygem-activerecord4>=0:databases/rubygem-activerecord4 \
rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-uuidtools>=2.0.0:devel/rubygem-uuidtools
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>