freebsd-ports/security/rubygem-pundit/Makefile
Sunpoet Po-Chuan Hsieh c4f9d47f95 Cosmetic change
2019-11-03 17:24:38 +00:00

22 lines
429 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pundit
PORTVERSION= 2.1.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object oriented authorization for Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>