Po-Chuan Hsieh c6ae28b8fc
www/rubygem-possessive: Add rubygem-possessive 1.0.1
possessive is a Rails plugin that lets you get a possessive form of a string for
use on sites.
2024-05-16 14:21:55 +08:00

18 lines
341 B
Makefile

PORTNAME= possessive
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rails plugin that lets you get a possessive form of a string for use on sites
WWW= https://github.com/bclubb/possessive
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>