1b279c100b
more easily contribute to their maintenance.
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-rails
|
|
PORTVERSION= 5.0.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Redis for Ruby on Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-redis-actionpack-rails50>0:databases/rubygem-redis-actionpack-rails50 \
|
|
rubygem-redis-activesupport-rails50>0:devel/rubygem-redis-activesupport-rails50 \
|
|
rubygem-redis-store>=1.2:devel/rubygem-redis-store
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|