Changes: https://github.com/CanCanCommunity/cancancan/releases https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md
17 lines
332 B
Makefile
17 lines
332 B
Makefile
PORTNAME= cancancan
|
|
PORTVERSION= 3.6.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple authorization solution for Rails with all permissions stored in a single location
|
|
WWW= https://github.com/CanCanCommunity/cancancan
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|