aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-possessive/Makefile
blob: a8e4de2e2951efad87f031e16f435f0b086c370e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>