aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-best_in_place-rails5/Makefile
blob: e42c4a3701664950864b5da12ade118c5228abd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	best_in_place
PORTVERSION=	3.1.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails5

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	jQuery script to edit fields by clicking on them
WWW=		https://github.com/bernat/best_in_place

LICENSE=	MIT

RUN_DEPENDS=	rubygem-actionpack5>0:www/rubygem-actionpack5 \
		rubygem-railties5>0:www/rubygem-railties5

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>