freebsd-ports/www/rubygem-kaminari-actionview-rails5/Makefile
Joseph Mingrone 3272a15d44 Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5

Approved by:	swills (mentor, implicit)
2017-05-01 13:42:41 +00:00

23 lines
496 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari-actionview
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= jrm@FreeBSD.org
COMMENT= Kaminari Action View adapter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionview5>0:devel/rubygem-actionview5 \
rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>