4d811272d6
If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flipper-active_record
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 013
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveRecord adapter for Flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord50>=3.2:databases/rubygem-activerecord50 \
|
|
rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^0\.13\.
|
|
|
|
.include <bsd.port.mk>
|