freebsd-ports/www/rubygem-kaminari-core/Makefile
Sunpoet Po-Chuan Hsieh 9747b7e046 Add rubygem-kaminari-core 1.0.1
kaminari-core includes pagination logic independent from ORMs and view
libraries.

WWW: https://github.com/kaminari/kaminari/tree/master/kaminari-core
2017-02-13 18:59:02 +00:00

19 lines
336 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= kaminari-core
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Kaminari core libraries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>