mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2c0e9f9e27
Changes: https://github.com/kaminari/kaminari/releases https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kaminari-activerecord
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails52
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Kaminari Active Record adapter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord52>=0:databases/rubygem-activerecord52 \
|
|
rubygem-kaminari-core>=${PORTVERSION}:www/rubygem-kaminari-core
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|