opnsense-ports/databases/rubygem-activerecord4/Makefile
Franco Fichtner 05670ca275 */*: sync with upstream
Taken from: FreeBSD
2015-06-11 09:04:49 +02:00

23 lines
595 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 4.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel4>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel4 \
rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-arel6>=6.0.0:${PORTSDIR}/databases/rubygem-arel6
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>