freebsd-ports/textproc/rubygem-case_transform61/Makefile
Muhammad Moinur Rahman f436c5a361 textproc/rubygem-case_transform61: New port
This gem implements a simple extraction of the key_transform abilities
of ActiveModelSerializers. For example, it will transform the key to
camel case, dash, or underscore.

Sponsored by:	Nepustil
2022-11-18 22:41:09 -06:00

20 lines
416 B
Makefile

PORTNAME= case_transform
PORTVERSION= 0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= bofh@FreeBSD.org
COMMENT= Extraction of the key_transform abilities of ActiveModelSerializers
WWW= https://github.com/NullVoxPopuli/case_transform
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport61>0:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>