freebsd-ports/textproc/rubygem-case_transform/Makefile
Joseph Mingrone 1b279c100b Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
2017-08-05 03:25:17 +00:00

20 lines
355 B
Makefile

# $FreeBSD$
PORTNAME= case_transform
PORTVERSION= 0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extraction of the key_transform abilities of ActiveModelSerializers
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>