possessive is a Rails plugin that lets you get a possessive form of a string for use on sites.
18 lines
341 B
Makefile
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>
|