forked from Lainports/freebsd-ports
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
26 lines
615 B
Makefile
26 lines
615 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flipper-active_support_cache_store
|
|
PORTVERSION= 0.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 011
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= ActiveSupport::Cache store adapter for Flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper-active_support_cache_store instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \
|
|
rubygem-flipper011>=${PORTVERSION}:devel/rubygem-flipper011
|
|
|
|
PORTSCOUT= limit:^0\.11\.
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|