opnsense-ports/databases/rubygem-bigrecord/Makefile
Franco Fichtner 1d90ac5d50 */*: sync with upstream
Taken from: FreeBSD
2015-07-03 08:07:16 +02:00

25 lines
562 B
Makefile

# Created by: Philip M. Gollucci
# $FreeBSD$
PORTNAME= bigrecord
PORTVERSION= 0.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Intended to work as a drop-in for Rails applications
LICENSE= MIT
RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-uuidtools>=2.0.0:${PORTSDIR}/devel/rubygem-uuidtools
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>